Uses of Enum Class
net.minecraft.item.equipment.EquipmentType
Packages that use EquipmentType
-
Uses of EquipmentType in net.minecraft.item
Constructors in net.minecraft.item with parameters of type EquipmentTypeModifierConstructorDescriptionArmorItem(ArmorMaterial material, EquipmentType type, Item.Settings settings) -
Uses of EquipmentType in net.minecraft.item.equipment
Fields in net.minecraft.item.equipment with type parameters of type EquipmentTypeModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<EquipmentType> EquipmentType.CODECprivate final Map<EquipmentType, Integer> ArmorMaterial.defenseThe field for thedefenserecord component.Methods in net.minecraft.item.equipment that return EquipmentTypeModifier and TypeMethodDescriptionstatic EquipmentTypeReturns the enum constant of this class with the specified name.static EquipmentType[]EquipmentType.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 EquipmentTypeModifier and TypeMethodDescriptionArmorMaterial.defense()Returns the value of thedefenserecord component.Methods in net.minecraft.item.equipment with parameters of type EquipmentTypeModifier and TypeMethodDescriptionArmorMaterial.applySettings(Item.Settings settings, EquipmentType equipmentType) private AttributeModifiersComponentArmorMaterial.createAttributeModifiers(EquipmentType equipmentType) Constructor parameters in net.minecraft.item.equipment with type arguments of type EquipmentTypeModifierConstructorDescriptionArmorMaterial(int int2, Map<EquipmentType, Integer> map, int int3, RegistryEntry<SoundEvent> registryEntry, float float2, float float3, TagKey<Item> tagKey, RegistryKey<EquipmentAsset> registryKey)