C# Class OpenMinecraft.ShittyLighter

Inheritance: ILightRecalculator
Afficher le fichier Open project: N3X15/MineEdit Class Usage Examples

Méthodes publiques

Méthode Description
DoBlockLighting ( IMapHandler _mh, long X, long Y ) : void
DoSkyLighting ( IMapHandler _mh, long X, long Y ) : void

Private Methods

Méthode Description
DoSkylighting ( Chunk c ) : void

Method Details

DoBlockLighting() public méthode

public DoBlockLighting ( IMapHandler _mh, long X, long Y ) : void
_mh IMapHandler
X long
Y long
Résultat void

DoSkyLighting() public méthode

public DoSkyLighting ( IMapHandler _mh, long X, long Y ) : void
_mh IMapHandler
X long
Y long
Résultat void