C# Class NBToolkit.ChunkFilter

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

Protected Properties

Свойство Type Description
_excludeAny bool
_excludedBlocks List
_includeAny bool
_includedBlocks List
_invertXZ bool
_options OptionSet
_prob double?
_xAboveEq int?
_xBelowEq int?
_zAboveEq int?
_zBelowEq int?

Méthodes publiques

Méthode 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 méthode

public ChunkFilter ( ) : System
Résultat System

ChunkFilter() public méthode

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

ExcludedBlocksContains() public méthode

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

IncludedBlocksContains() public méthode

public IncludedBlocksContains ( int id ) : bool
id 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

_excludeAny protected_oe property

protected bool _excludeAny
Résultat bool

_excludedBlocks protected_oe property

protected List _excludedBlocks
Résultat List

_includeAny protected_oe property

protected bool _includeAny
Résultat bool

_includedBlocks protected_oe property

protected List _includedBlocks
Résultat List

_invertXZ protected_oe property

protected bool _invertXZ
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?

_zAboveEq protected_oe property

protected int? _zAboveEq
Résultat int?

_zBelowEq protected_oe property

protected int? _zBelowEq
Résultat int?