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.textureSlotsThe field for thetextureSlotsrecord component.Fields 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 object) static TextureSlots.DataTextureSlots.parseTextureMap(JsonObject texturesObject) BlockModel.textureSlots()Returns the value of thetextureSlotsrecord component.ItemModelGenerator.textureSlots()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(@Nullable UnbakedGeometry geometry, @Nullable UnbakedModel.GuiLight guiLight, @Nullable Boolean ambientOcclusion, @Nullable ItemTransforms transforms, TextureSlots.Data textureSlots, @Nullable Identifier parent) BlockModel(@Nullable UnbakedGeometry geometry, @Nullable UnbakedModel.GuiLight guiLight, @Nullable Boolean ambientOcclusion, @Nullable ItemTransforms transforms, TextureSlots.Data textureSlots, @Nullable Identifier parent, @Nullable Transformation rootTransform, Map<String, Boolean> partVisibility) Creates an instance of aBlockModelrecord class. -
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 TypeMethodDescriptionStandardModelParameters.textures()Returns the value of thetexturesrecord component.AbstractUnbakedModel.textureSlots()DelegateUnbakedModel.textureSlots()Constructors in net.neoforged.neoforge.client.model with parameters of type TextureSlots.DataModifierConstructorDescriptionStandardModelParameters(@Nullable Identifier parent, TextureSlots.Data textures, @Nullable ItemTransforms itemTransforms, @Nullable Boolean ambientOcclusion, @Nullable UnbakedModel.GuiLight guiLight, @Nullable Transformation rootTransform, Map<String, Boolean> partVisibility) Creates an instance of aStandardModelParametersrecord class.