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$Type
intermediary net/minecraft/class_4059$class_9076
official csf$a
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
-
Field Summary
Modifier and TypeFieldDescription(package private) final SoundEvent
(package private) final Function
<Identifier, Identifier> -
Constructor Summary
ModifierConstructorDescriptionprivate
Type
(Function<Identifier, Identifier> textureIdFunction, SoundEvent breakSound) -
Method Summary
Modifier and TypeMethodDescriptionstatic AnimalArmorItem.Type
Returns 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 EQUESTRIAN
Lnet/minecraft/item/AnimalArmorItem$Type;EQUESTRIAN:Lnet/minecraft/item/AnimalArmorItem$Type;
intermediary field_47825
Lnet/minecraft/class_4059$class_9076;field_47825:Lnet/minecraft/class_4059$class_9076;
official a
Lcsf$a;a:Lcsf$a;
-
CANINE
- Mappings:
Namespace Name Mixin selector named CANINE
Lnet/minecraft/item/AnimalArmorItem$Type;CANINE:Lnet/minecraft/item/AnimalArmorItem$Type;
intermediary field_47826
Lnet/minecraft/class_4059$class_9076;field_47826:Lnet/minecraft/class_4059$class_9076;
official b
Lcsf$a;b:Lcsf$a;
-
-
Field Details
-
textureIdFunction
- Mappings:
Namespace Name Mixin selector named textureIdFunction
Lnet/minecraft/item/AnimalArmorItem$Type;textureIdFunction:Ljava/util/function/Function;
intermediary field_47827
Lnet/minecraft/class_4059$class_9076;field_47827:Ljava/util/function/Function;
official c
Lcsf$a;c:Ljava/util/function/Function;
-
breakSound
- Mappings:
Namespace Name Mixin selector named breakSound
Lnet/minecraft/item/AnimalArmorItem$Type;breakSound:Lnet/minecraft/sound/SoundEvent;
intermediary field_49256
Lnet/minecraft/class_4059$class_9076;field_49256:Lnet/minecraft/class_3414;
official d
Lcsf$a;d:Lavz;
-
-
Constructor Details
-
Type
- Mappings:
Namespace Name Mixin selector named <init>
Lnet/minecraft/item/AnimalArmorItem$Type;<init>(Ljava/lang/String;ILjava/util/function/Function;Lnet/minecraft/sound/SoundEvent;)V
intermediary <init>
Lnet/minecraft/class_4059$class_9076;<init>(Ljava/lang/String;ILjava/util/function/Function;Lnet/minecraft/class_3414;)V
official <init>
Lcsf$a;<init>(Ljava/lang/String;ILjava/util/function/Function;Lavz;)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
-