remove WorldWrapper.isEmpty()
It wasn't used and there was a comment saying not to use it
This commit is contained in:
@@ -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
Reference in New Issue
Block a user