rename IDhApiUnsafeWrapper method

This commit is contained in:
James Seibel
2023-06-17 16:36:01 -05:00
parent d0819fb6c1
commit fa8a62b8a9
4 changed files with 5 additions and 14 deletions
@@ -13,7 +13,7 @@ import com.seibel.lod.api.interfaces.world.IDhApiLevelWrapper;
public class LevelWrapperTest implements IDhApiLevelWrapper
{
@Override
public Object getWrappedMcObject_UNSAFE() { return null; }
public Object getWrappedMcObject() { return null; }
@Override
public IDhApiDimensionTypeWrapper getDimensionType() { return null; }