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

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

There is a newer version: 0.7.398+fe2125a-beta
Show newest version
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