top.hendrixshen.magiclib.api.compat.minecraft.UtilCompat Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of magiclib-minecraft-api-1.19.3-fabric Show documentation
Show all versions of magiclib-minecraft-api-1.19.3-fabric Show documentation
Unleash magic into Minecraft, infuse souls, ascend to heaven!
package top.hendrixshen.magiclib.api.compat.minecraft;
import java.util.UUID;
import net.minecraft.class_156;
public interface UtilCompat {
//#if MC > 11502
UUID NIL_UUID = class_156.field_25140;
//#else
//$$ UUID NIL_UUID = new UUID(0L, 0L);
//#endif
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy