Add getInhabitedTime()
This commit is contained in:
parent
17174c177c
commit
3b79890166
5 changed files with 47 additions and 3 deletions
|
|
@ -88,6 +88,10 @@ public abstract class BukkitVersionHelper {
|
|||
* Remove entities from given chunk
|
||||
*/
|
||||
public abstract void removeEntitiesFromChunk(Chunk c);
|
||||
/**
|
||||
* Get inhabited ticks count from chunk
|
||||
*/
|
||||
public abstract long getInhabitedTicks(Chunk c);
|
||||
/**
|
||||
* Get tile entities map from chunk
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue