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:15:17 -06:00
parent 0b0a69aabe
commit c726a49c82
2 changed files with 1 additions and 7 deletions
@@ -128,12 +128,6 @@ 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