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:42 -06:00
parent 93b129e699
commit e48e3069e1
2 changed files with 1 additions and 7 deletions
@@ -129,12 +129,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