C# Class NBToolkit.BlockFilter

Inheritance: IOptions, IBlockFilter
Afficher le fichier Open project: minecraft-dotnet/NBToolkit Class Usage Examples

Protected Properties

Свойство Type Description
_blocksAboveEq List
_blocksAboveNeq List
_blocksBelowEq List
_blocksBelowNeq List
_blocksSideEq List
_blocksSideNeq List
_excludedBlocks List
_excludedBlocksRange int>>.List
_excludedData List
_includedBlocks List
_includedBlocksRange int>>.List
_includedData List
_invertXYZ bool
_options OptionSet
_prob double?
_xAboveEq int?
_xBelowEq int?
_yAboveEq int?
_yBelowEq int?
_zAboveEq int?
_zBelowEq int?

Méthodes publiques

Méthode Description
BlockFilter ( ) : System
BlockFilter ( string args ) : System
BlocksAboveContains ( int id ) : bool
BlocksBelowContains ( int id ) : bool
BlocksNAboveContains ( int id ) : bool
BlocksNBelowContains ( int id ) : bool
BlocksNSideContains ( int id ) : bool
BlocksSideContains ( int id ) : bool
ExcludedBlocksContains ( int id ) : bool
ExcludedDataContains ( int val ) : bool
IncludedBlocksContains ( int id ) : bool
IncludedDataContains ( int val ) : bool
Parse ( string args ) : void
PrintUsage ( ) : void

Method Details

BlockFilter() public méthode

public BlockFilter ( ) : System
Résultat System

BlockFilter() public méthode

public BlockFilter ( string args ) : System
args string
Résultat System

BlocksAboveContains() public méthode

public BlocksAboveContains ( int id ) : bool
id int
Résultat bool

BlocksBelowContains() public méthode

public BlocksBelowContains ( int id ) : bool
id int
Résultat bool

BlocksNAboveContains() public méthode

public BlocksNAboveContains ( int id ) : bool
id int
Résultat bool

BlocksNBelowContains() public méthode

public BlocksNBelowContains ( int id ) : bool
id int
Résultat bool

BlocksNSideContains() public méthode

public BlocksNSideContains ( int id ) : bool
id int
Résultat bool

BlocksSideContains() public méthode

public BlocksSideContains ( int id ) : bool
id int
Résultat bool

ExcludedBlocksContains() public méthode

public ExcludedBlocksContains ( int id ) : bool
id int
Résultat bool

ExcludedDataContains() public méthode

public ExcludedDataContains ( int val ) : bool
val int
Résultat bool

IncludedBlocksContains() public méthode

public IncludedBlocksContains ( int id ) : bool
id int
Résultat bool

IncludedDataContains() public méthode

public IncludedDataContains ( int val ) : bool
val int
Résultat bool

Parse() public méthode

public Parse ( string args ) : void
args string
Résultat void

PrintUsage() public méthode

public PrintUsage ( ) : void
Résultat void

Property Details

_blocksAboveEq protected_oe property

protected List _blocksAboveEq
Résultat List

_blocksAboveNeq protected_oe property

protected List _blocksAboveNeq
Résultat List

_blocksBelowEq protected_oe property

protected List _blocksBelowEq
Résultat List

_blocksBelowNeq protected_oe property

protected List _blocksBelowNeq
Résultat List

_blocksSideEq protected_oe property

protected List _blocksSideEq
Résultat List

_blocksSideNeq protected_oe property

protected List _blocksSideNeq
Résultat List

_excludedBlocks protected_oe property

protected List _excludedBlocks
Résultat List

_excludedBlocksRange protected_oe property

protected List> _excludedBlocksRange
Résultat int>>.List

_excludedData protected_oe property

protected List _excludedData
Résultat List

_includedBlocks protected_oe property

protected List _includedBlocks
Résultat List

_includedBlocksRange protected_oe property

protected List> _includedBlocksRange
Résultat int>>.List

_includedData protected_oe property

protected List _includedData
Résultat List

_invertXYZ protected_oe property

protected bool _invertXYZ
Résultat bool

_options protected_oe property

protected OptionSet _options
Résultat OptionSet

_prob protected_oe property

protected double? _prob
Résultat double?

_xAboveEq protected_oe property

protected int? _xAboveEq
Résultat int?

_xBelowEq protected_oe property

protected int? _xBelowEq
Résultat int?

_yAboveEq protected_oe property

protected int? _yAboveEq
Résultat int?

_yBelowEq protected_oe property

protected int? _yBelowEq
Résultat int?

_zAboveEq protected_oe property

protected int? _zAboveEq
Résultat int?

_zBelowEq protected_oe property

protected int? _zBelowEq
Résultat int?