Revert "Remove duplicate removeEntities - Fixes #1838"
This reverts commit 0253a644bf.
This commit is contained in:
parent
94fc53ef91
commit
834d315545
4 changed files with 20 additions and 1 deletions
|
|
@ -88,6 +88,10 @@ public abstract class BukkitVersionHelper {
|
|||
* Test if normal chunk snapshot
|
||||
*/
|
||||
// public abstract boolean isCraftChunkSnapshot(ChunkSnapshot css);
|
||||
/**
|
||||
* Remove entities from given chunk
|
||||
*/
|
||||
public abstract void removeEntitiesFromChunk(Chunk c);
|
||||
/**
|
||||
* Get inhabited ticks count from chunk
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue