Light level is a byte

This commit is contained in:
Dinnerbone
2011-01-03 03:00:54 +00:00
parent 7dd517f660
commit 4fe20f56ca

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