Uses of Record Class
net.minecraft.client.resources.model.EquipmentClientInfo.Dyeable
Packages that use EquipmentClientInfo.Dyeable
-
Uses of EquipmentClientInfo.Dyeable in net.minecraft.client.resources.model
Fields in net.minecraft.client.resources.model with type parameters of type EquipmentClientInfo.DyeableModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec
<EquipmentClientInfo.Dyeable> EquipmentClientInfo.Dyeable.CODEC
private final Optional
<EquipmentClientInfo.Dyeable> EquipmentClientInfo.Layer.dyeable
The field for thedyeable
record component.Methods in net.minecraft.client.resources.model that return types with arguments of type EquipmentClientInfo.DyeableModifier and TypeMethodDescriptionEquipmentClientInfo.Layer.dyeable()
Returns the value of thedyeable
record component.Constructor parameters in net.minecraft.client.resources.model with type arguments of type EquipmentClientInfo.DyeableModifierConstructorDescriptionLayer
(ResourceLocation textureId, Optional<EquipmentClientInfo.Dyeable> dyeable, boolean usePlayerTexture) Creates an instance of aLayer
record class.