Class ClientUtil
java.lang.Object
dev.dhyces.trimmed.api.client.util.ClientUtil
Deprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionstatic @Nullable net.minecraft.core.RegistryAccessDeprecated, for removal: This API element is subject to removal in a future version.static booleantextureExists(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 booleantrimTextureExists(net.minecraft.resources.ResourceLocation textureId) Deprecated, for removal: This API element is subject to removal in a future version.
-
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.
-