Package net.minecraft.item
Enum Class AnimalArmorItem.Type
- All Implemented Interfaces:
Serializable,Comparable<AnimalArmorItem.Type>,Constable
- Enclosing class:
AnimalArmorItem
- Mappings:
Namespace Name named net/minecraft/item/AnimalArmorItem$Typeintermediary net/minecraft/class_4059$class_9076official ctu$a
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum Constants -
Field Summary
FieldsModifier and TypeFieldDescription(package private) final SoundEvent(package private) final RegistryEntryList<EntityType<?>> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic AnimalArmorItem.TypeReturns the enum constant of this class with the specified name.static AnimalArmorItem.Type[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
EQUESTRIAN
- Mappings:
Namespace Name Mixin selector named EQUESTRIANLnet/minecraft/item/AnimalArmorItem$Type;EQUESTRIAN:Lnet/minecraft/item/AnimalArmorItem$Type;intermediary field_47825Lnet/minecraft/class_4059$class_9076;field_47825:Lnet/minecraft/class_4059$class_9076;official aLctu$a;a:Lctu$a;
-
CANINE
- Mappings:
Namespace Name Mixin selector named CANINELnet/minecraft/item/AnimalArmorItem$Type;CANINE:Lnet/minecraft/item/AnimalArmorItem$Type;intermediary field_47826Lnet/minecraft/class_4059$class_9076;field_47826:Lnet/minecraft/class_4059$class_9076;official bLctu$a;b:Lctu$a;
-
-
Field Details
-
breakSound
- Mappings:
Namespace Name Mixin selector named breakSoundLnet/minecraft/item/AnimalArmorItem$Type;breakSound:Lnet/minecraft/sound/SoundEvent;intermediary field_49256Lnet/minecraft/class_4059$class_9076;field_49256:Lnet/minecraft/class_3414;official cLctu$a;c:Lawj;
-
field_54108
- Mappings:
Namespace Name Mixin selector named field_54108Lnet/minecraft/item/AnimalArmorItem$Type;field_54108:Lnet/minecraft/registry/entry/RegistryEntryList;intermediary field_54108Lnet/minecraft/class_4059$class_9076;field_54108:Lnet/minecraft/class_6885;official dLctu$a;d:Ljt;
-
-
Constructor Details
-
Type
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-