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.textures()
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
The field for thetextures
record component.private static final ModelTextures.Textures
GeneratedItemModel.TEXTURES
Methods in net.minecraft.client.render.model.json that return ModelTextures.TexturesModifier and TypeMethodDescriptionGeneratedItemModel.textures()
JsonUnbakedModel.textures()
Returns the value of thetextures
record component.private ModelTextures.Textures
JsonUnbakedModel.Deserializer.texturesFromJson
(JsonObject object) Constructors in net.minecraft.client.render.model.json with parameters of type ModelTextures.TexturesModifierConstructorDescriptionJsonUnbakedModel
(@Nullable Geometry geometry, UnbakedModel.GuiLight guiLight, @Nullable Boolean bool, @Nullable ModelTransformation modelTransformation, ModelTextures.Textures textures, @Nullable Identifier identifier)