Uses of Enum Class
net.minecraft.item.equipment.EquipmentModel.LayerType
Packages that use EquipmentModel.LayerType
Package
Description
-
Uses of EquipmentModel.LayerType in net.minecraft.client.render.entity.equipment
Fields in net.minecraft.client.render.entity.equipment declared as EquipmentModel.LayerTypeModifier and TypeFieldDescriptionprivate final EquipmentModel.LayerTypeEquipmentRenderer.LayerTextureKey.layerTypeThe field for thelayerTyperecord component.private final EquipmentModel.LayerTypeEquipmentRenderer.TrimSpriteKey.layerTypeThe field for thelayerTyperecord component.Methods in net.minecraft.client.render.entity.equipment that return EquipmentModel.LayerTypeModifier and TypeMethodDescriptionEquipmentRenderer.LayerTextureKey.layerType()Returns the value of thelayerTyperecord component.EquipmentRenderer.TrimSpriteKey.layerType()Returns the value of thelayerTyperecord component.Methods in net.minecraft.client.render.entity.equipment with parameters of type EquipmentModel.LayerTypeModifier and TypeMethodDescriptionvoidEquipmentRenderer.render(EquipmentModel.LayerType layerType, Identifier modelId, Model model, ItemStack stack, MatrixStack matrices, VertexConsumerProvider vertexConsumers, int light) voidEquipmentRenderer.render(EquipmentModel.LayerType layerType, Identifier modelId, Model model, ItemStack stack, MatrixStack matrices, VertexConsumerProvider vertexConsumers, int light, @Nullable Identifier texture) Constructors in net.minecraft.client.render.entity.equipment with parameters of type EquipmentModel.LayerTypeModifierConstructorDescription(package private)LayerTextureKey(EquipmentModel.LayerType layerType, EquipmentModel.Layer layer) Creates an instance of aLayerTextureKeyrecord class.(package private)TrimSpriteKey(ArmorTrim armorTrim, EquipmentModel.LayerType layerType, Identifier identifier) -
Uses of EquipmentModel.LayerType in net.minecraft.client.render.entity.feature
Methods in net.minecraft.client.render.entity.feature with parameters of type EquipmentModel.LayerTypeModifier and TypeMethodDescriptionprivate booleanCapeFeatureRenderer.hasCustomModelForLayer(ItemStack stack, EquipmentModel.LayerType layerType) -
Uses of EquipmentModel.LayerType in net.minecraft.item.equipment
Fields in net.minecraft.item.equipment with type parameters of type EquipmentModel.LayerTypeModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<EquipmentModel.LayerType> EquipmentModel.LayerType.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.item.equipment that return EquipmentModel.LayerTypeModifier and TypeMethodDescriptionstatic EquipmentModel.LayerTypeReturns the enum constant of this class with the specified name.static EquipmentModel.LayerType[]EquipmentModel.LayerType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.minecraft.item.equipment that return types with arguments of type EquipmentModel.LayerTypeModifier and TypeMethodDescriptionEquipmentModel.layers()Returns the value of thelayersrecord component.Methods in net.minecraft.item.equipment with parameters of type EquipmentModel.LayerTypeModifier and TypeMethodDescriptionEquipmentModel.Builder.addLayers(EquipmentModel.LayerType layerType, EquipmentModel.Layer[] layers) EquipmentModel.Layer.getFullTextureId(EquipmentModel.LayerType layerType) EquipmentModel.getLayers(EquipmentModel.LayerType layerType) Constructor parameters in net.minecraft.item.equipment with type arguments of type EquipmentModel.LayerTypeModifierConstructorDescription -
Uses of EquipmentModel.LayerType in net.minecraft.item.equipment.trim
Methods in net.minecraft.item.equipment.trim with parameters of type EquipmentModel.LayerTypeModifier and TypeMethodDescriptionArmorTrim.getTexture(EquipmentModel.LayerType layerType, Identifier modelId)