C# Class ManicDigger.MapTools.WaterFinite

ファイルを表示 Open project: henon/manic_digger

Public Properties

Property Type Description
tosetempty List
tosetwater List

Public Methods

Method Description
BlockChange ( IMapStorage map, int x, int y, int z ) : void
BlockChangeFlood ( IMapStorage map, int x, int y, int z ) : void
Update ( ) : void

Private Methods

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

Method Details

BlockChange() public method

public BlockChange ( IMapStorage map, int x, int y, int z ) : void
map IMapStorage
x int
y int
z int
return void

BlockChangeFlood() public method

public BlockChangeFlood ( IMapStorage map, int x, int y, int z ) : void
map IMapStorage
x int
y int
z int
return void

Update() public method

public Update ( ) : void
return void

Property Details

tosetempty public_oe property

public List tosetempty
return List

tosetwater public_oe property

public List tosetwater
return List