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:22 -06:00
parent 282f6cfbb8
commit bba0424c6d
2 changed files with 2 additions and 8 deletions
@@ -127,13 +127,7 @@ public class WorldWrapper implements IWorldWrapper
{
return world.dimensionType().hasSkyLight();
}
@Override
public boolean isEmpty()
{
return world == null;
}
@Override
public int getHeight()
{
+1 -1
Submodule core updated: 58392a8ac1...566eb3651f