C# 클래스 NBToolkit.RelightOptions

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

공개 프로퍼티들

프로퍼티 타입 설명
BlockLight bool
HeightMap bool
SkyLight bool

공개 메소드들

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

메소드 상세

GetChunkFilter() 공개 메소드

public GetChunkFilter ( ) : IChunkFilter
리턴 IChunkFilter

Parse() 공개 메소드

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

PrintUsage() 공개 메소드

public PrintUsage ( ) : void
리턴 void

RelightOptions() 공개 메소드

public RelightOptions ( ) : System
리턴 System

RelightOptions() 공개 메소드

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

SetDefaults() 공개 메소드

public SetDefaults ( ) : void
리턴 void

프로퍼티 상세

BlockLight 공개적으로 프로퍼티

public bool BlockLight
리턴 bool

HeightMap 공개적으로 프로퍼티

public bool HeightMap
리턴 bool

SkyLight 공개적으로 프로퍼티

public bool SkyLight
리턴 bool