Uses of Record Class
net.minecraft.client.render.model.ModelTextures.Textures
Packages that use ModelTextures.Textures
-
Uses of ModelTextures.Textures in net.minecraft.client.render.model
Fields in net.minecraft.client.render.model declared as ModelTextures.TexturesModifier and TypeFieldDescriptionstatic final ModelTextures.Textures
ModelTextures.Textures.EMPTY
Fields in net.minecraft.client.render.model with type parameters of type ModelTextures.TexturesModifier and TypeFieldDescriptionprivate final List
<ModelTextures.Textures> ModelTextures.Builder.textures
Methods in net.minecraft.client.render.model that return ModelTextures.TexturesModifier and TypeMethodDescriptionModelTextures.Textures.Builder.build()
static ModelTextures.Textures
ModelTextures.fromJson
(JsonObject json, Identifier atlasTexture) default ModelTextures.Textures
UnbakedModel.getTextures()
Methods in net.minecraft.client.render.model with parameters of type ModelTextures.TexturesModifier and TypeMethodDescriptionModelTextures.Builder.addFirst
(ModelTextures.Textures textures) ModelTextures.Builder.addLast
(ModelTextures.Textures textures) -
Uses of ModelTextures.Textures in net.minecraft.client.render.model.json
Fields in net.minecraft.client.render.model.json declared as ModelTextures.TexturesModifier and TypeFieldDescriptionprivate final ModelTextures.Textures
JsonUnbakedModel.textures
private static final ModelTextures.Textures
GeneratedItemModel.TEXTURES
Methods in net.minecraft.client.render.model.json that return ModelTextures.TexturesModifier and TypeMethodDescriptionGeneratedItemModel.getTextures()
JsonUnbakedModel.getTextures()
private ModelTextures.Textures
JsonUnbakedModel.Deserializer.texturesFromJson
(JsonObject object) Constructors in net.minecraft.client.render.model.json with parameters of type ModelTextures.TexturesModifierConstructorDescriptionJsonUnbakedModel
(@Nullable Identifier parentId, List<ModelElement> elements, ModelTextures.Textures textures, @Nullable Boolean ambientOcclusion, UnbakedModel.GuiLight guiLight, @Nullable ModelTransformation transformations)