Method | Description | |
---|---|---|
BlockChange ( IMapStorage map, int x, int y, int z ) : void |
Method | Description | |
---|---|---|
BlockMoveDown ( int x, int y, int z, int depth ) : void | ||
GetDepth ( int x, int y, int z ) : int | ||
IsDestroyOfBase ( int x, int y, int z, int blockType ) : bool | ||
IsSlideDown ( int x, int y, int z, int blockType ) : bool | ||
IsSoftBlock ( int blockType ) : bool | ||
IsValidDualPos ( int x, int y, int z ) : bool |
public BlockChange ( IMapStorage map, int x, int y, int z ) : void | ||
map | IMapStorage | |
x | int | |
y | int | |
z | int | |
return | void |