geforkt von Mirrors/Paper
Block.getLightLevel()
By: sk89q <the.sk89q@gmail.com>
Dieser Commit ist enthalten in:
Ursprung
63595772bd
Commit
c6d45a3ae2
@ -42,6 +42,13 @@ public interface Block {
|
|||||||
* @return block type-ID
|
* @return block type-ID
|
||||||
*/
|
*/
|
||||||
int getTypeID();
|
int getTypeID();
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Gets the light level between 0-15.
|
||||||
|
*
|
||||||
|
* @return light level
|
||||||
|
*/
|
||||||
|
int getLightLevel();
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Gets the world which contains this Block
|
* Gets the world which contains this Block
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren