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 TypeMethodDescriptionAnimalArmorItem.getType()static 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(RegistryEntry<ArmorMaterial> material, AnimalArmorItem.Type type, boolean hasOverlay, Item.Settings settings)