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.TexturesModelTextures.Textures.EMPTYFields in net.minecraft.client.render.model with type parameters of type ModelTextures.TexturesModifier and TypeFieldDescriptionprivate final List<ModelTextures.Textures> ModelTextures.Builder.texturesMethods in net.minecraft.client.render.model that return ModelTextures.TexturesModifier and TypeMethodDescriptionModelTextures.Textures.Builder.build()static ModelTextures.TexturesModelTextures.fromJson(JsonObject json, Identifier atlasTexture) default ModelTextures.TexturesUnbakedModel.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.TexturesJsonUnbakedModel.texturesThe field for thetexturesrecord component.private static final ModelTextures.TexturesGeneratedItemModel.TEXTURESMethods in net.minecraft.client.render.model.json that return ModelTextures.TexturesModifier and TypeMethodDescriptionGeneratedItemModel.textures()JsonUnbakedModel.textures()Returns the value of thetexturesrecord component.private ModelTextures.TexturesJsonUnbakedModel.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)