remove WorldWrapper.isEmpty()

It wasn't used and there was a comment saying not to use it
This commit is contained in:
James Seibel
2022-03-05 18:14:03 -06:00
parent 58392a8ac1
commit 566eb3651f
@@ -46,10 +46,6 @@ public interface IWorldWrapper extends IBindable
boolean hasSkyLight();
// Pls don't use this
// If the world is null then this can't be called and gives an error
boolean isEmpty();
int getHeight();
int getSeaLevel();