C# 클래스 NBToolkit.BlockFilter

상속: IOptions, IBlockFilter
파일 보기 프로젝트 열기: minecraft-dotnet/NBToolkit 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
_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?

공개 메소드들

메소드 설명
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

메소드 상세

BlockFilter() 공개 메소드

public BlockFilter ( ) : System
리턴 System

BlockFilter() 공개 메소드

public BlockFilter ( string args ) : System
args string
리턴 System

BlocksAboveContains() 공개 메소드

public BlocksAboveContains ( int id ) : bool
id int
리턴 bool

BlocksBelowContains() 공개 메소드

public BlocksBelowContains ( int id ) : bool
id int
리턴 bool

BlocksNAboveContains() 공개 메소드

public BlocksNAboveContains ( int id ) : bool
id int
리턴 bool

BlocksNBelowContains() 공개 메소드

public BlocksNBelowContains ( int id ) : bool
id int
리턴 bool

BlocksNSideContains() 공개 메소드

public BlocksNSideContains ( int id ) : bool
id int
리턴 bool

BlocksSideContains() 공개 메소드

public BlocksSideContains ( int id ) : bool
id int
리턴 bool

ExcludedBlocksContains() 공개 메소드

public ExcludedBlocksContains ( int id ) : bool
id int
리턴 bool

ExcludedDataContains() 공개 메소드

public ExcludedDataContains ( int val ) : bool
val int
리턴 bool

IncludedBlocksContains() 공개 메소드

public IncludedBlocksContains ( int id ) : bool
id int
리턴 bool

IncludedDataContains() 공개 메소드

public IncludedDataContains ( int val ) : bool
val int
리턴 bool

Parse() 공개 메소드

public Parse ( string args ) : void
args string
리턴 void

PrintUsage() 공개 메소드

public PrintUsage ( ) : void
리턴 void

프로퍼티 상세

_blocksAboveEq 보호되어 있는 프로퍼티

protected List _blocksAboveEq
리턴 List

_blocksAboveNeq 보호되어 있는 프로퍼티

protected List _blocksAboveNeq
리턴 List

_blocksBelowEq 보호되어 있는 프로퍼티

protected List _blocksBelowEq
리턴 List

_blocksBelowNeq 보호되어 있는 프로퍼티

protected List _blocksBelowNeq
리턴 List

_blocksSideEq 보호되어 있는 프로퍼티

protected List _blocksSideEq
리턴 List

_blocksSideNeq 보호되어 있는 프로퍼티

protected List _blocksSideNeq
리턴 List

_excludedBlocks 보호되어 있는 프로퍼티

protected List _excludedBlocks
리턴 List

_excludedBlocksRange 보호되어 있는 프로퍼티

protected List> _excludedBlocksRange
리턴 int>>.List

_excludedData 보호되어 있는 프로퍼티

protected List _excludedData
리턴 List

_includedBlocks 보호되어 있는 프로퍼티

protected List _includedBlocks
리턴 List

_includedBlocksRange 보호되어 있는 프로퍼티

protected List> _includedBlocksRange
리턴 int>>.List

_includedData 보호되어 있는 프로퍼티

protected List _includedData
리턴 List

_invertXYZ 보호되어 있는 프로퍼티

protected bool _invertXYZ
리턴 bool

_options 보호되어 있는 프로퍼티

protected OptionSet _options
리턴 OptionSet

_prob 보호되어 있는 프로퍼티

protected double? _prob
리턴 double?

_xAboveEq 보호되어 있는 프로퍼티

protected int? _xAboveEq
리턴 int?

_xBelowEq 보호되어 있는 프로퍼티

protected int? _xBelowEq
리턴 int?

_yAboveEq 보호되어 있는 프로퍼티

protected int? _yAboveEq
리턴 int?

_yBelowEq 보호되어 있는 프로퍼티

protected int? _yBelowEq
리턴 int?

_zAboveEq 보호되어 있는 프로퍼티

protected int? _zAboveEq
리턴 int?

_zBelowEq 보호되어 있는 프로퍼티

protected int? _zBelowEq
리턴 int?