C# Class NBToolkit.RelightOptions

Inheritance: TKOptions, IChunkFilterable
Afficher le fichier Open project: minecraft-dotnet/NBToolkit Class Usage Examples

Méthodes publiques

Свойство Type Description
BlockLight bool
HeightMap bool
SkyLight bool

Méthodes publiques

Méthode Description
GetChunkFilter ( ) : IChunkFilter
Parse ( string args ) : void
PrintUsage ( ) : void
RelightOptions ( ) : System
RelightOptions ( string args ) : System
SetDefaults ( ) : void

Method Details

GetChunkFilter() public méthode

public GetChunkFilter ( ) : IChunkFilter
Résultat IChunkFilter

Parse() public méthode

public Parse ( string args ) : void
args string
Résultat void

PrintUsage() public méthode

public PrintUsage ( ) : void
Résultat void

RelightOptions() public méthode

public RelightOptions ( ) : System
Résultat System

RelightOptions() public méthode

public RelightOptions ( string args ) : System
args string
Résultat System

SetDefaults() public méthode

public SetDefaults ( ) : void
Résultat void

Property Details

BlockLight public_oe property

public bool BlockLight
Résultat bool

HeightMap public_oe property

public bool HeightMap
Résultat bool

SkyLight public_oe property

public bool SkyLight
Résultat bool