Uses of Enum Class
net.minecraft.item.ArmorItem.Type
Packages that use ArmorItem.Type
-
Uses of ArmorItem.Type in net.minecraft.item
Fields in net.minecraft.item declared as ArmorItem.TypeFields in net.minecraft.item with type parameters of type ArmorItem.TypeModifier and TypeFieldDescriptionprivate final Map<ArmorItem.Type,Integer> ArmorMaterial.defenseThe field for thedefenserecord component.static final com.mojang.serialization.Codec<ArmorItem.Type>ArmorItem.Type.field_48839private static final EnumMap<ArmorItem.Type,UUID> ArmorItem.MODIFIERSMethods in net.minecraft.item that return ArmorItem.TypeModifier and TypeMethodDescriptionArmorItem.getType()static ArmorItem.TypeReturns the enum constant of this class with the specified name.static ArmorItem.Type[]ArmorItem.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.minecraft.item that return types with arguments of type ArmorItem.TypeModifier and TypeMethodDescriptionArmorMaterial.defense()Returns the value of thedefenserecord component.Methods in net.minecraft.item with parameters of type ArmorItem.TypeModifier and TypeMethodDescriptionintArmorMaterial.getProtection(ArmorItem.Type type) Returns the amount of armor protection points offered by anArmorItemusing thisArmorMaterialwhile it is worn by a player.Method parameters in net.minecraft.item with type arguments of type ArmorItem.TypeModifier and TypeMethodDescriptionprivate static RegistryEntry<ArmorMaterial>ArmorMaterials.method_56698(String string, EnumMap<ArmorItem.Type, Integer> enumMap, int int2, RegistryEntry<SoundEvent> registryEntry, float float2, float float3, Supplier<Ingredient> supplier) private static RegistryEntry<ArmorMaterial>ArmorMaterials.method_56699(String string, EnumMap<ArmorItem.Type, Integer> enumMap, int int2, RegistryEntry<SoundEvent> registryEntry, float float2, float float3, Supplier<Ingredient> supplier, List<ArmorMaterial.class_9196> list) Constructors in net.minecraft.item with parameters of type ArmorItem.TypeModifierConstructorDescriptionArmorItem(RegistryEntry<ArmorMaterial> registryEntry, ArmorItem.Type type, Item.Settings settings) Constructor parameters in net.minecraft.item with type arguments of type ArmorItem.TypeModifierConstructorDescriptionArmorMaterial(Map<ArmorItem.Type, Integer> map, int int2, RegistryEntry<SoundEvent> registryEntry, Supplier<Ingredient> supplier, List<ArmorMaterial.class_9196> list, float float2, float float3)