Property | Type | Description | |
---|---|---|---|
tosetempty | List |
||
tosetwater | List |
Method | Description | |
---|---|---|
BlockChange ( IMapStorage map, int x, int y, int z ) : void | ||
BlockChangeFlood ( IMapStorage map, int x, int y, int z ) : void | ||
Update ( ) : void |
Method | Description | |
---|---|---|
BlocksAround ( Vector3 pos ) : IEnumerable |
||
BlocksAroundAll ( Vector3 pos ) : IEnumerable |
||
Flood ( Vector3 v ) : void | ||
GetWaterLevel ( int tt ) : int | ||
IsFluid ( int tt ) : bool | ||
IsSpongeNear ( int x, int y, int z ) : bool | ||
IsWater ( int tt ) : bool |
public BlockChange ( IMapStorage map, int x, int y, int z ) : void | ||
map | IMapStorage | |
x | int | |
y | int | |
z | int | |
return | void |
public BlockChangeFlood ( IMapStorage map, int x, int y, int z ) : void | ||
map | IMapStorage | |
x | int | |
y | int | |
z | int | |
return | void |