Property | Type | Description | |
---|---|---|---|
_excludeAny | bool | ||
_excludedBlocks | List |
||
_includeAny | bool | ||
_includedBlocks | List |
||
_invertXZ | bool | ||
_options | OptionSet | ||
_prob | double? | ||
_xAboveEq | int? | ||
_xBelowEq | int? | ||
_zAboveEq | int? | ||
_zBelowEq | int? |
Method | Description | |
---|---|---|
ChunkFilter ( ) : System | ||
ChunkFilter ( string args ) : System | ||
ExcludedBlocksContains ( int id ) : bool | ||
IncludedBlocksContains ( int id ) : bool | ||
Parse ( string args ) : void | ||
PrintUsage ( ) : void |
public ExcludedBlocksContains ( int id ) : bool | ||
id | int | |
return | bool |
public IncludedBlocksContains ( int id ) : bool | ||
id | int | |
return | bool |