Uses of Enum Class
net.minecraft.client.util.DefaultSkinHelper.Model
-
Uses of DefaultSkinHelper.Model in net.minecraft.client.util
Modifier and TypeFieldDescriptionprivate final DefaultSkinHelper.Model
DefaultSkinHelper.Skin.model
The field for themodel
record component.Modifier and TypeMethodDescriptionDefaultSkinHelper.Skin.model()
Returns the value of themodel
record component.static DefaultSkinHelper.Model
Returns the enum constant of this class with the specified name.static DefaultSkinHelper.Model[]
DefaultSkinHelper.Model.values()
Returns an array containing the constants of this enum class, in the order they are declared.ModifierConstructorDescriptionSkin
(String texture, DefaultSkinHelper.Model model) private
Skin
(Identifier identifier, DefaultSkinHelper.Model model)