top.hendrixshen.magiclib.compat.minecraft.api.UtilCompatApi Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of magiclib-1_14_4 Show documentation
Show all versions of magiclib-1_14_4 Show documentation
To beat magic with magic :(
package top.hendrixshen.magiclib.compat.minecraft.api;
import java.util.UUID;
public interface UtilCompatApi {
//#if MC >= 11605
//$$ UUID NIL_UUID = Util.NIL_UUID;
//#else
UUID NIL_UUID = new UUID(0L, 0L);
//#endif
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy