C# 클래스 NBToolkit.ReplaceOptions

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

공개 프로퍼티들

프로퍼티 타입 설명
BL_X_GE int?
BL_X_LE int?
BL_Y_GE int?
BL_Y_LE int?
BL_Z_GE int?
BL_Z_LE int?
OPT_AFTER int?
OPT_BEFORE int?
OPT_DATA int?
OPT_NEIGHBOR int?
OPT_NEIGHBOR_B int?
OPT_NEIGHBOR_E int?
OPT_NEIGHBOR_N int?
OPT_NEIGHBOR_S int?
OPT_NEIGHBOR_SIDE int?
OPT_NEIGHBOR_T int?
OPT_NEIGHBOR_W int?
OPT_PROB double?

공개 메소드들

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

메소드 상세

GetBlockFilter() 공개 메소드

public GetBlockFilter ( ) : IBlockFilter
리턴 IBlockFilter

GetChunkFilter() 공개 메소드

public GetChunkFilter ( ) : IChunkFilter
리턴 IChunkFilter

Parse() 공개 메소드

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

PrintUsage() 공개 메소드

public PrintUsage ( ) : void
리턴 void

ReplaceOptions() 공개 메소드

public ReplaceOptions ( ) : System
리턴 System

ReplaceOptions() 공개 메소드

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

SetDefaults() 공개 메소드

public SetDefaults ( ) : void
리턴 void

프로퍼티 상세

BL_X_GE 공개적으로 프로퍼티

public int? BL_X_GE
리턴 int?

BL_X_LE 공개적으로 프로퍼티

public int? BL_X_LE
리턴 int?

BL_Y_GE 공개적으로 프로퍼티

public int? BL_Y_GE
리턴 int?

BL_Y_LE 공개적으로 프로퍼티

public int? BL_Y_LE
리턴 int?

BL_Z_GE 공개적으로 프로퍼티

public int? BL_Z_GE
리턴 int?

BL_Z_LE 공개적으로 프로퍼티

public int? BL_Z_LE
리턴 int?

OPT_AFTER 공개적으로 프로퍼티

public int? OPT_AFTER
리턴 int?

OPT_BEFORE 공개적으로 프로퍼티

public int? OPT_BEFORE
리턴 int?

OPT_DATA 공개적으로 프로퍼티

public int? OPT_DATA
리턴 int?

OPT_NEIGHBOR 공개적으로 프로퍼티

public int? OPT_NEIGHBOR
리턴 int?

OPT_NEIGHBOR_B 공개적으로 프로퍼티

public int? OPT_NEIGHBOR_B
리턴 int?

OPT_NEIGHBOR_E 공개적으로 프로퍼티

public int? OPT_NEIGHBOR_E
리턴 int?

OPT_NEIGHBOR_N 공개적으로 프로퍼티

public int? OPT_NEIGHBOR_N
리턴 int?

OPT_NEIGHBOR_S 공개적으로 프로퍼티

public int? OPT_NEIGHBOR_S
리턴 int?

OPT_NEIGHBOR_SIDE 공개적으로 프로퍼티

public int? OPT_NEIGHBOR_SIDE
리턴 int?

OPT_NEIGHBOR_T 공개적으로 프로퍼티

public int? OPT_NEIGHBOR_T
리턴 int?

OPT_NEIGHBOR_W 공개적으로 프로퍼티

public int? OPT_NEIGHBOR_W
리턴 int?

OPT_PROB 공개적으로 프로퍼티

public double? OPT_PROB
리턴 double?