Class UnionProp.ChainedScanResult
java.lang.Object
com.hypixel.hytale.builtin.hytalegenerator.props.UnionProp.ChainedScanResult
- All Implemented Interfaces:
ScanResult
- Enclosing class:
UnionProp
-
Field Summary
FieldsFields inherited from interface com.hypixel.hytale.builtin.hytalegenerator.props.ScanResult
NONE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic UnionProp.ChainedScanResultcast(ScanResult scanResult) boolean
-
Field Details
-
scanResults
List<ScanResult> scanResults
-
-
Constructor Details
-
ChainedScanResult
private ChainedScanResult()
-
-
Method Details
-
cast
-
isNegative
public boolean isNegative()- Specified by:
isNegativein interfaceScanResult
-