Uses of Record Class
net.minecraft.client.render.entity.equipment.EquipmentModel.Layer
Packages that use EquipmentModel.Layer
-
Uses of EquipmentModel.Layer in net.minecraft.client.render.entity.equipment
Fields in net.minecraft.client.render.entity.equipment declared as EquipmentModel.LayerModifier and TypeFieldDescriptionprivate final EquipmentModel.Layer
EquipmentRenderer.LayerTextureKey.layer
The field for thelayer
record component.Fields in net.minecraft.client.render.entity.equipment with type parameters of type EquipmentModel.LayerModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec
<EquipmentModel.Layer> EquipmentModel.Layer.CODEC
private static final com.mojang.serialization.Codec
<List<EquipmentModel.Layer>> EquipmentModel.LAYER_LIST_CODEC
private final Map
<EquipmentModel.LayerType, List<EquipmentModel.Layer>> EquipmentModel.Builder.layers
private final Map
<EquipmentModel.LayerType, List<EquipmentModel.Layer>> EquipmentModel.layers
The field for thelayers
record component.Methods in net.minecraft.client.render.entity.equipment that return EquipmentModel.LayerModifier and TypeMethodDescriptionstatic EquipmentModel.Layer
EquipmentModel.Layer.create
(Identifier textureId, boolean dyeable) static EquipmentModel.Layer
EquipmentModel.Layer.createWithLeatherColor
(Identifier textureId, boolean dyeable) EquipmentRenderer.LayerTextureKey.layer()
Returns the value of thelayer
record component.Methods in net.minecraft.client.render.entity.equipment that return types with arguments of type EquipmentModel.LayerModifier and TypeMethodDescriptionEquipmentModel.getLayers
(EquipmentModel.LayerType layerType) EquipmentModel.layers()
Returns the value of thelayers
record component.Methods in net.minecraft.client.render.entity.equipment with parameters of type EquipmentModel.LayerModifier and TypeMethodDescriptionEquipmentModel.Builder.addLayers
(EquipmentModel.LayerType layerType, EquipmentModel.Layer[] layers) private static int
EquipmentRenderer.getDyeColor
(EquipmentModel.Layer layer, int dyeColor) Constructors in net.minecraft.client.render.entity.equipment with parameters of type EquipmentModel.LayerModifierConstructorDescription(package private)
LayerTextureKey
(EquipmentModel.LayerType layerType, EquipmentModel.Layer layer) Creates an instance of aLayerTextureKey
record class.Constructor parameters in net.minecraft.client.render.entity.equipment with type arguments of type EquipmentModel.LayerModifierConstructorDescription