C# Class NBToolkit.GenOreBlockManager

Inheritance: Substrate.BlockManager
Afficher le fichier Open project: minecraft-dotnet/NBToolkit Class Usage Examples

Protected Properties

Свойство Type Description
opt OregenOptions

Méthodes publiques

Méthode Description
GenOreBlockManager ( IChunkManager bm, OregenOptions o ) : System

Méthodes protégées

Méthode Description
Check ( int x, int y, int z ) : bool

Private Methods

Méthode Description
CheckBlockFilter ( int x, int y, int z, int blockId ) : bool
GetBlockRefUnchecked ( int x, int y, int z ) : Substrate.AlphaBlockRef

Method Details

Check() protected méthode

protected Check ( int x, int y, int z ) : bool
x int
y int
z int
Résultat bool

GenOreBlockManager() public méthode

public GenOreBlockManager ( IChunkManager bm, OregenOptions o ) : System
bm IChunkManager
o OregenOptions
Résultat System

Property Details

opt protected_oe property

protected OregenOptions,NBToolkit opt
Résultat OregenOptions