C# Class ManicDigger.WaterSimple

Mostra file Open project: GlennMR/800Craft-Client

Public Properties

Property Type Description
tosetempty List
tosetwater List

Private Properties

Property Type Description
BlocksAround IEnumerable
Flood void
IsSpongeNear bool

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
Flood ( Vector3 v ) : void
IsSpongeNear ( int x, int y, int z ) : 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