geforkt von Mirrors/Paper
Light level is a byte
By: Dinnerbone <dinnerbone@dinnerbone.com>
Dieser Commit ist enthalten in:
Ursprung
d9c488c9e0
Commit
817d943876
@ -44,11 +44,11 @@ public interface Block {
|
|||||||
int getTypeID();
|
int getTypeID();
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Gets the light level between 0-15.
|
* Gets the light level between 0-15
|
||||||
*
|
*
|
||||||
* @return light level
|
* @return light level
|
||||||
*/
|
*/
|
||||||
int getLightLevel();
|
byte getLightLevel();
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Gets the world which contains this Block
|
* Gets the world which contains this Block
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren