Uses of Interface
net.minecraft.client.resources.model.sprite.TextureSlots.SlotContents
Packages that use TextureSlots.SlotContents
-
Uses of TextureSlots.SlotContents in net.minecraft.client.resources.model.sprite
Classes in net.minecraft.client.resources.model.sprite that implement TextureSlots.SlotContentsModifier and TypeClassDescriptionprivate static final recordprivate static final recordFields in net.minecraft.client.resources.model.sprite 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.resources.model.sprite 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.resources.model.sprite with type arguments of type TextureSlots.SlotContentsModifierConstructorDescriptionData(Map<String, TextureSlots.SlotContents> values) Creates an instance of aDatarecord class.