C# 클래스 NBToolkit.ChunkFilter

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

보호된 프로퍼티들

프로퍼티 타입 설명
_excludeAny bool
_excludedBlocks List
_includeAny bool
_includedBlocks List
_invertXZ bool
_options OptionSet
_prob double?
_xAboveEq int?
_xBelowEq int?
_zAboveEq int?
_zBelowEq int?

공개 메소드들

메소드 설명
ChunkFilter ( ) : System
ChunkFilter ( string args ) : System
ExcludedBlocksContains ( int id ) : bool
IncludedBlocksContains ( int id ) : bool
Parse ( string args ) : void
PrintUsage ( ) : void

메소드 상세

ChunkFilter() 공개 메소드

public ChunkFilter ( ) : System
리턴 System

ChunkFilter() 공개 메소드

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

ExcludedBlocksContains() 공개 메소드

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

IncludedBlocksContains() 공개 메소드

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

Parse() 공개 메소드

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

PrintUsage() 공개 메소드

public PrintUsage ( ) : void
리턴 void

프로퍼티 상세

_excludeAny 보호되어 있는 프로퍼티

protected bool _excludeAny
리턴 bool

_excludedBlocks 보호되어 있는 프로퍼티

protected List _excludedBlocks
리턴 List

_includeAny 보호되어 있는 프로퍼티

protected bool _includeAny
리턴 bool

_includedBlocks 보호되어 있는 프로퍼티

protected List _includedBlocks
리턴 List

_invertXZ 보호되어 있는 프로퍼티

protected bool _invertXZ
리턴 bool

_options 보호되어 있는 프로퍼티

protected OptionSet _options
리턴 OptionSet

_prob 보호되어 있는 프로퍼티

protected double? _prob
리턴 double?

_xAboveEq 보호되어 있는 프로퍼티

protected int? _xAboveEq
리턴 int?

_xBelowEq 보호되어 있는 프로퍼티

protected int? _xBelowEq
리턴 int?

_zAboveEq 보호되어 있는 프로퍼티

protected int? _zAboveEq
리턴 int?

_zBelowEq 보호되어 있는 프로퍼티

protected int? _zBelowEq
리턴 int?