Light level is a byte

This commit is contained in:
Dinnerbone 2011-01-03 03:00:54 +00:00
parent 8df3fbb986
commit df0ea1e67e

View File

@ -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