net.minecraft.client.render.model

public class ModelTextures

net.minecraft.client.resources.model.sprite.TextureSlots
net.minecraft.class_10419
net.minecraft.client.render.model.ModelTextures

Field summary

Modifier and TypeField
public static final ModelTextures
EMPTY
field_55275
EMPTY
private static final char
REFERENCE_CHAR
field_55276
TEXTURE_REFERENCE_PREFIX
private final Map<String, ModelTexture>
resolvedValues
field_55277
textures

Constructor summary

ModifierConstructor
private (Map<String, ModelTexture> textures)

Method summary

Modifier and TypeMethod
public ModelTexture
getMaterial(String reference)
method_65545(String arg0)
get(String textureId)
private static boolean
isTextureReference(String texture)
method_65546(String arg0)
isTextureReference(String textureId)
public static ModelTextures$Textures
parseTextureMap(com.google.gson.JsonObject texturesObject)
method_65544(com.google.gson.JsonObject arg0)
fromJson(com.google.gson.JsonObject json)
private static void
parseEntry(String slot, com.google.gson.JsonElement value, TextureSlots$Data$Builder output)
method_65543(String arg0, com.google.gson.JsonElement arg1, class_10419$class_10420$class_10421 arg2)
add(String textureId, com.google.gson.JsonElement textureJson, ModelTextures$Textures$Builder builder)