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
@@ -1,12 +1,8 @@
package com.seibel.lod.api.interfaces;
/**
* The Distant Horizons' API objects can't cover
* every potential use case. Sometimes developers just need
* the base Minecraft Objects.
*
* @author James Seibel
* @version 2022-9-16
* @version 2023-6-17
*/
public interface IDhApiUnsafeWrapper
{
@@ -21,6 +17,6 @@ public interface IDhApiUnsafeWrapper
* in order to determine what object this method returns for
* the specific version of Minecraft you are developing for.
*/
Object getWrappedMcObject_UNSAFE();
Object getWrappedMcObject();
}