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 cuo$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 RegistryEntryList<EntityType<?>> (package private) final SoundEvent -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivateType(SoundEvent breakSound, EntityType<?>[] allowedEntities) -
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 aLcuo$a;a:Lcuo$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 bLcuo$a;b:Lcuo$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 cLcuo$a;c:Lavz;
-
allowedEntities
- Mappings:
Namespace Name Mixin selector named allowedEntitiesLnet/minecraft/item/AnimalArmorItem$Type;allowedEntities:Lnet/minecraft/registry/entry/RegistryEntryList;intermediary field_54108Lnet/minecraft/class_4059$class_9076;field_54108:Lnet/minecraft/class_6885;official dLcuo$a;d:Ljv;
-
-
Constructor Details
-
Type
- Mappings:
Namespace Name Mixin selector named <init>Lnet/minecraft/item/AnimalArmorItem$Type;<init>(Ljava/lang/String;ILnet/minecraft/sound/SoundEvent;[Lnet/minecraft/entity/EntityType;)Vintermediary <init>Lnet/minecraft/class_4059$class_9076;<init>(Ljava/lang/String;ILnet/minecraft/class_3414;[Lnet/minecraft/class_1299;)Vofficial <init>Lcuo$a;<init>(Ljava/lang/String;ILavz;[Lbut;)V
-
-
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
-