Block.getLightLevel()
This commit is contained in:
parent
88bb572084
commit
40985fcde0
@ -43,6 +43,13 @@ public interface Block {
|
|||||||
*/
|
*/
|
||||||
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
|
||||||
*
|
*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user