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.CODECprivate final Optional<EquipmentClientInfo.Dyeable> EquipmentClientInfo.Layer.dyeableThe field for thedyeablerecord 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 thedyeablerecord 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 aLayerrecord class.