C# Class ManicDigger.InfiniteHeightCache

Afficher le fichier Open project: GlennMR/800Craft-Client Class Usage Examples

Méthodes publiques

Méthode Description
Clear ( ) : void
ClearChunk ( int x, int y ) : void
GetBlock ( int x, int y ) : int
GetChunk ( int x, int y ) : ].byte[
SetBlock ( int x, int y, int blocktype ) : void

Method Details

Clear() public méthode

public Clear ( ) : void
Résultat void

ClearChunk() public méthode

public ClearChunk ( int x, int y ) : void
x int
y int
Résultat void

GetBlock() public méthode

public GetBlock ( int x, int y ) : int
x int
y int
Résultat int

GetChunk() public méthode

public GetChunk ( int x, int y ) : ].byte[
x int
y int
Résultat ].byte[

SetBlock() public méthode

public SetBlock ( int x, int y, int blocktype ) : void
x int
y int
blocktype int
Résultat void