C# Class NBToolkit.ChunkFilter

Inheritance: IOptions, IChunkFilter
Mostra file Open project: minecraft-dotnet/NBToolkit Class Usage Examples

Protected Properties

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?

Public Methods

Method Description
ChunkFilter ( ) : System
ChunkFilter ( string args ) : System
ExcludedBlocksContains ( int id ) : bool
IncludedBlocksContains ( int id ) : bool
Parse ( string args ) : void
PrintUsage ( ) : void

Method Details

ChunkFilter() public method

public ChunkFilter ( ) : System
return System

ChunkFilter() public method

public ChunkFilter ( string args ) : System
args string
return System

ExcludedBlocksContains() public method

public ExcludedBlocksContains ( int id ) : bool
id int
return bool

IncludedBlocksContains() public method

public IncludedBlocksContains ( int id ) : bool
id int
return bool

Parse() public method

public Parse ( string args ) : void
args string
return void

PrintUsage() public method

public PrintUsage ( ) : void
return void

Property Details

_excludeAny protected_oe property

protected bool _excludeAny
return bool

_excludedBlocks protected_oe property

protected List _excludedBlocks
return List

_includeAny protected_oe property

protected bool _includeAny
return bool

_includedBlocks protected_oe property

protected List _includedBlocks
return List

_invertXZ protected_oe property

protected bool _invertXZ
return bool

_options protected_oe property

protected OptionSet _options
return OptionSet

_prob protected_oe property

protected double? _prob
return double?

_xAboveEq protected_oe property

protected int? _xAboveEq
return int?

_xBelowEq protected_oe property

protected int? _xBelowEq
return int?

_zAboveEq protected_oe property

protected int? _zAboveEq
return int?

_zBelowEq protected_oe property

protected int? _zBelowEq
return int?