Uses of Record Class
net.minecraft.client.resources.model.sprite.TextureSlots.Data
Packages that use TextureSlots.Data
Package
Description
-
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.minecraft.client.resources.model.cuboid
Fields in net.minecraft.client.resources.model.cuboid declared as TextureSlots.DataModifier and TypeFieldDescriptionprivate static final TextureSlots.DataItemModelGenerator.TEXTURE_SLOTSprivate final TextureSlots.DataCuboidModel.textureSlotsThe field for thetextureSlotsrecord component.Methods in net.minecraft.client.resources.model.cuboid that return TextureSlots.DataModifier and TypeMethodDescriptionprivate TextureSlots.DataCuboidModel.Deserializer.getTextureMap(com.google.gson.JsonObject object) CuboidModel.textureSlots()Returns the value of thetextureSlotsrecord component.ItemModelGenerator.textureSlots()Constructors in net.minecraft.client.resources.model.cuboid with parameters of type TextureSlots.DataModifierConstructorDescriptionCuboidModel(@Nullable UnbakedGeometry geometry, @Nullable UnbakedModel.GuiLight guiLight, @Nullable Boolean ambientOcclusion, @Nullable ItemTransforms transforms, TextureSlots.Data textureSlots, @Nullable Identifier parent) CuboidModel(@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 aCuboidModelrecord class. -
Uses of TextureSlots.Data in net.minecraft.client.resources.model.sprite
Fields in net.minecraft.client.resources.model.sprite declared as TextureSlots.DataFields in net.minecraft.client.resources.model.sprite with type parameters of type TextureSlots.DataModifier and TypeFieldDescriptionprivate final List<TextureSlots.Data> TextureSlots.Resolver.entriesMethods in net.minecraft.client.resources.model.sprite that return TextureSlots.DataModifier and TypeMethodDescriptionTextureSlots.Data.Builder.build()static TextureSlots.DataTextureSlots.parseTextureMap(com.google.gson.JsonObject texturesObject) Methods in net.minecraft.client.resources.model.sprite with parameters of type TextureSlots.DataModifier and TypeMethodDescriptionTextureSlots.Resolver.addFirst(TextureSlots.Data data) TextureSlots.Resolver.addLast(TextureSlots.Data 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.