Uses of Record Class
net.minecraft.client.renderer.block.model.TextureSlots.Data
Packages that use TextureSlots.Data
Package
Description
-
Uses of TextureSlots.Data in net.minecraft.client.renderer.block.model
Fields in net.minecraft.client.renderer.block.model declared as TextureSlots.DataModifier and TypeFieldDescriptionstatic final TextureSlots.DataTextureSlots.Data.EMPTYprivate static final TextureSlots.DataItemModelGenerator.TEXTURE_SLOTSprivate final TextureSlots.DataBlockModel.textureSlotsFields in net.minecraft.client.renderer.block.model with type parameters of type TextureSlots.DataModifier and TypeFieldDescriptionprivate final List<TextureSlots.Data> TextureSlots.Resolver.entriesMethods in net.minecraft.client.renderer.block.model that return TextureSlots.DataModifier and TypeMethodDescriptionTextureSlots.Data.Builder.build()private TextureSlots.DataBlockModel.Deserializer.getTextureMap(JsonObject json) BlockModel.getTextureSlots()ItemModelGenerator.getTextureSlots()static TextureSlots.DataTextureSlots.parseTextureMap(JsonObject json, ResourceLocation atlas) Methods in net.minecraft.client.renderer.block.model with parameters of type TextureSlots.DataModifier and TypeMethodDescriptionTextureSlots.Resolver.addFirst(TextureSlots.Data data) TextureSlots.Resolver.addLast(TextureSlots.Data data) Constructors in net.minecraft.client.renderer.block.model with parameters of type TextureSlots.DataModifierConstructorDescriptionBlockModel(ResourceLocation parentLocation, List<BlockElement> elements, TextureSlots.Data textureSlots, Boolean hasAmbientOcclusion, UnbakedModel.GuiLight guiLight, ItemTransforms transforms) BlockModel(ResourceLocation parentLocation, List<BlockElement> elements, TextureSlots.Data textureSlots, Boolean hasAmbientOcclusion, UnbakedModel.GuiLight guiLight, ItemTransforms transforms, Transformation rootTransform, RenderTypeGroup renderTypeGroup, Map<String, Boolean> partVisibility) -
Uses of TextureSlots.Data in net.minecraft.client.resources.model
Methods in net.minecraft.client.resources.model that return TextureSlots.Data -
Uses of TextureSlots.Data in net.neoforged.neoforge.client.model
Fields in net.neoforged.neoforge.client.model declared as TextureSlots.DataModifier and TypeFieldDescriptionprivate final TextureSlots.DataStandardModelParameters.texturesThe field for thetexturesrecord component.Methods in net.neoforged.neoforge.client.model that return TextureSlots.DataModifier and TypeMethodDescriptionAbstractUnbakedModel.getTextureSlots()DelegateUnbakedModel.getTextureSlots()StandardModelParameters.textures()Returns the value of thetexturesrecord component.Constructors in net.neoforged.neoforge.client.model with parameters of type TextureSlots.DataModifierConstructorDescriptionStandardModelParameters(@Nullable ResourceLocation parent, TextureSlots.Data textures, @Nullable ItemTransforms itemTransforms, @Nullable Boolean ambientOcclusion, UnbakedModel.GuiLight guiLight, @Nullable Transformation rootTransform, RenderTypeGroup renderTypeGroup, Map<String, Boolean> partVisibility) Creates an instance of aStandardModelParametersrecord class.