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 TypeClassDescription(package private) static final record
(package private) static final record
Fields in net.minecraft.client.renderer.block.model with type parameters of type TextureSlots.SlotContentsModifier and TypeFieldDescriptionprivate final Map
<String, TextureSlots.SlotContents> TextureSlots.Data.Builder.textureMap
private final Map
<String, TextureSlots.SlotContents> TextureSlots.Data.values
The field for thevalues
record 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 thevalues
record 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 aData
record class.