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.LayerEquipmentRenderer.LayerTextureKey.layerThe field for thelayerrecord 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.CODECprivate static final com.mojang.serialization.Codec<List<EquipmentModel.Layer>> EquipmentModel.LAYER_LIST_CODECprivate final Map<EquipmentModel.LayerType, List<EquipmentModel.Layer>> EquipmentModel.Builder.layersprivate final Map<EquipmentModel.LayerType, List<EquipmentModel.Layer>> EquipmentModel.layersThe field for thelayersrecord component.Methods in net.minecraft.client.render.entity.equipment that return EquipmentModel.LayerModifier and TypeMethodDescriptionstatic EquipmentModel.LayerEquipmentModel.Layer.create(Identifier textureId, boolean dyeable) static EquipmentModel.LayerEquipmentModel.Layer.createWithLeatherColor(Identifier textureId, boolean dyeable) EquipmentRenderer.LayerTextureKey.layer()Returns the value of thelayerrecord 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 thelayersrecord 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 intEquipmentRenderer.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 aLayerTextureKeyrecord class.Constructor parameters in net.minecraft.client.render.entity.equipment with type arguments of type EquipmentModel.LayerModifierConstructorDescription