C# 클래스 NBToolkit.DumpOptions

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

공개 프로퍼티들

프로퍼티 타입 설명
_dumpBlocks bool
_dumpEntities bool
_dumpTileEntities bool
_outFile string

공개 메소드들

메소드 설명
DumpOptions ( ) : System
DumpOptions ( string args ) : System
GetChunkFilter ( ) : IChunkFilter
Parse ( string args ) : void
PrintUsage ( ) : void
SetDefaults ( ) : void

메소드 상세

DumpOptions() 공개 메소드

public DumpOptions ( ) : System
리턴 System

DumpOptions() 공개 메소드

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

GetChunkFilter() 공개 메소드

public GetChunkFilter ( ) : IChunkFilter
리턴 IChunkFilter

Parse() 공개 메소드

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

PrintUsage() 공개 메소드

public PrintUsage ( ) : void
리턴 void

SetDefaults() 공개 메소드

public SetDefaults ( ) : void
리턴 void

프로퍼티 상세

_dumpBlocks 공개적으로 프로퍼티

public bool _dumpBlocks
리턴 bool

_dumpEntities 공개적으로 프로퍼티

public bool _dumpEntities
리턴 bool

_dumpTileEntities 공개적으로 프로퍼티

public bool _dumpTileEntities
리턴 bool

_outFile 공개적으로 프로퍼티

public string _outFile
리턴 string