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.Data
TextureSlots.Data.EMPTY
private static final TextureSlots.Data
ItemModelGenerator.TEXTURE_SLOTS
private final TextureSlots.Data
BlockModel.textureSlots
The field for thetextureSlots
record component.Fields in net.minecraft.client.renderer.block.model with type parameters of type TextureSlots.DataModifier and TypeFieldDescriptionprivate final List
<TextureSlots.Data> TextureSlots.Resolver.entries
Methods in net.minecraft.client.renderer.block.model that return TextureSlots.DataModifier and TypeMethodDescriptionTextureSlots.Data.Builder.build()
private TextureSlots.Data
BlockModel.Deserializer.getTextureMap
(com.google.gson.JsonObject p_111510_) static TextureSlots.Data
TextureSlots.parseTextureMap
(com.google.gson.JsonObject p_387105_, ResourceLocation p_387237_) BlockModel.textureSlots()
Returns the value of thetextureSlots
record component.ItemModelGenerator.textureSlots()
Methods in net.minecraft.client.renderer.block.model with parameters of type TextureSlots.DataModifier and TypeMethodDescriptionTextureSlots.Resolver.addFirst
(TextureSlots.Data p_388591_) TextureSlots.Resolver.addLast
(TextureSlots.Data p_387439_) Constructors in net.minecraft.client.renderer.block.model with parameters of type TextureSlots.DataModifierConstructorDescriptionBlockModel
(UnbakedGeometry geometry, UnbakedModel.GuiLight guiLight, Boolean ambientOcclusion, ItemTransforms transforms, TextureSlots.Data textureSlots, ResourceLocation parent) BlockModel
(UnbakedGeometry geometry, UnbakedModel.GuiLight guiLight, Boolean ambientOcclusion, ItemTransforms transforms, TextureSlots.Data textureSlots, ResourceLocation parent, Transformation rootTransform, RenderTypeGroup renderTypeGroup, Map<String, Boolean> partVisibility) Creates an instance of aBlockModel
record 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.Data
StandardModelParameters.textures
The field for thetextures
record component.Methods in net.neoforged.neoforge.client.model that return TextureSlots.DataModifier and TypeMethodDescriptionStandardModelParameters.textures()
Returns the value of thetextures
record component.AbstractUnbakedModel.textureSlots()
DelegateUnbakedModel.textureSlots()
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 aStandardModelParameters
record class.