C# Class OpenMinecraft.ShittyLighter

Inheritance: ILightRecalculator
Show file Open project: N3X15/MineEdit Class Usage Examples

Public Methods

Method Description
DoBlockLighting ( IMapHandler _mh, long X, long Y ) : void
DoSkyLighting ( IMapHandler _mh, long X, long Y ) : void

Private Methods

Method Description
DoSkylighting ( Chunk c ) : void

Method Details

DoBlockLighting() public method

public DoBlockLighting ( IMapHandler _mh, long X, long Y ) : void
_mh IMapHandler
X long
Y long
return void

DoSkyLighting() public method

public DoSkyLighting ( IMapHandler _mh, long X, long Y ) : void
_mh IMapHandler
X long
Y long
return void