Uses of Enum Class
net.minecraft.item.AnimalArmorItem.Type
Packages that use AnimalArmorItem.Type
-
Uses of AnimalArmorItem.Type in net.minecraft.item
Fields in net.minecraft.item declared as AnimalArmorItem.TypeMethods in net.minecraft.item that return AnimalArmorItem.TypeModifier and TypeMethodDescriptionstatic AnimalArmorItem.TypeReturns the enum constant of this class with the specified name.static AnimalArmorItem.Type[]AnimalArmorItem.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in net.minecraft.item with parameters of type AnimalArmorItem.TypeModifierConstructorDescriptionAnimalArmorItem(ArmorMaterial material, AnimalArmorItem.Type type, Item.Settings settings) AnimalArmorItem(ArmorMaterial material, AnimalArmorItem.Type type, RegistryEntry<SoundEvent> equipSound, boolean damageOnHurt, Item.Settings settings)