Remove duplicate removeEntities - Fixes #1838
This is handled by unloadChunk
This commit is contained in:
parent
9d2755cab1
commit
0253a644bf
4 changed files with 1 additions and 20 deletions
|
|
@ -88,10 +88,6 @@ 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