Class ClientUtil

java.lang.Object
dev.dhyces.trimmed.api.client.util.ClientUtil

@Deprecated(forRemoval=true) public class ClientUtil extends Object
Deprecated, for removal: This API element is subject to removal in a future version.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static @Nullable net.minecraft.core.RegistryAccess
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    static boolean
    textureExists(net.minecraft.resources.ResourceLocation atlas, net.minecraft.resources.ResourceLocation textureId)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    static boolean
    trimTextureExists(net.minecraft.resources.ResourceLocation textureId)
    Deprecated, for removal: This API element is subject to removal in a future version.
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ClientUtil

      public ClientUtil()
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • getRegistryAccess

      @Nullable public static @Nullable net.minecraft.core.RegistryAccess getRegistryAccess()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • textureExists

      public static boolean textureExists(net.minecraft.resources.ResourceLocation atlas, net.minecraft.resources.ResourceLocation textureId)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • trimTextureExists

      public static boolean trimTextureExists(net.minecraft.resources.ResourceLocation textureId)
      Deprecated, for removal: This API element is subject to removal in a future version.