Light level is a byte
This commit is contained in:
parent
8df3fbb986
commit
df0ea1e67e
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user