All Downloads are FREE. Search and download functionalities are using the official Maven repository.

top.hendrixshen.magiclib.api.compat.minecraft.UtilCompat Maven / Gradle / Ivy

There is a newer version: 0.6.59
Show newest version
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