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.modelFields 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.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.jsonFields in net.minecraft.client.render.model.json declared as ModelTextures.TexturesModifier and TypeFieldDescriptionprivate final ModelTextures.TexturesJsonUnbakedModel.texturesprivate static final ModelTextures.TexturesGeneratedItemModel.TEXTURESMethods in net.minecraft.client.render.model.json that return ModelTextures.TexturesModifier and TypeMethodDescriptionGeneratedItemModel.getTextures()JsonUnbakedModel.getTextures()private ModelTextures.TexturesJsonUnbakedModel.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)