Uses of Record Class
net.minecraft.client.render.entity.equipment.EquipmentModel.Dyeable
Packages that use EquipmentModel.Dyeable
-
Uses of EquipmentModel.Dyeable in net.minecraft.client.render.entity.equipment
Fields in net.minecraft.client.render.entity.equipment with type parameters of type EquipmentModel.DyeableModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec
<EquipmentModel.Dyeable> EquipmentModel.Dyeable.CODEC
private final Optional
<EquipmentModel.Dyeable> EquipmentModel.Layer.dyeable
The field for thedyeable
record component.Methods in net.minecraft.client.render.entity.equipment that return types with arguments of type EquipmentModel.DyeableModifier and TypeMethodDescriptionEquipmentModel.Layer.dyeable()
Returns the value of thedyeable
record component.Constructor parameters in net.minecraft.client.render.entity.equipment with type arguments of type EquipmentModel.DyeableModifierConstructorDescriptionLayer
(Identifier identifier, Optional<EquipmentModel.Dyeable> optional, boolean bool)