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.CODECprivate final Optional<EquipmentModel.Dyeable> EquipmentModel.Layer.dyeableThe field for thedyeablerecord 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 thedyeablerecord 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)