13
0
geforkt von Mirrors/Paper

Light level is a byte

By: Dinnerbone <dinnerbone@dinnerbone.com>
Dieser Commit ist enthalten in:
Bukkit/Spigot 2011-01-03 03:00:54 +00:00
Ursprung d9c488c9e0
Commit 817d943876

Datei anzeigen

@ -44,11 +44,11 @@ public interface Block {
int getTypeID();
/**
* Gets the light level between 0-15.
* Gets the light level between 0-15
*
* @return light level
*/
int getLightLevel();
byte getLightLevel();
/**
* Gets the world which contains this Block