Uses of Interface
net.minecraft.client.renderer.block.model.TextureSlots.SlotContents
Packages that use TextureSlots.SlotContents
-
Uses of TextureSlots.SlotContents in net.minecraft.client.renderer.block.model
Classes in net.minecraft.client.renderer.block.model that implement TextureSlots.SlotContentsModifier and TypeClassDescriptionprivate static final recordprivate static final recordFields in net.minecraft.client.renderer.block.model with type parameters of type TextureSlots.SlotContentsModifier and TypeFieldDescriptionprivate final Map<String, TextureSlots.SlotContents> TextureSlots.Data.Builder.textureMapprivate final Map<String, TextureSlots.SlotContents> TextureSlots.Data.valuesThe field for thevaluesrecord component.Methods in net.minecraft.client.renderer.block.model that return types with arguments of type TextureSlots.SlotContentsModifier and TypeMethodDescriptionTextureSlots.Data.values()Returns the value of thevaluesrecord component.Constructor parameters in net.minecraft.client.renderer.block.model with type arguments of type TextureSlots.SlotContentsModifierConstructorDescriptionData(Map<String, TextureSlots.SlotContents> values) Creates an instance of aDatarecord class.