Package net.minecraft.item
Enum Class HorseArmorItem.class_9076
- All Implemented Interfaces:
Serializable
,Comparable<HorseArmorItem.class_9076>
,Constable
- Enclosing class:
HorseArmorItem
- Mappings:
Namespace Name official ckq$a
intermediary net/minecraft/class_4059$class_9076
named net/minecraft/item/HorseArmorItem$class_9076
-
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
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic HorseArmorItem.class_9076
Returns the enum constant of this class with the specified name.static HorseArmorItem.class_9076[]
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 official a
Lckq$a;a:Lckq$a;
intermediary field_47825
Lnet/minecraft/class_4059$class_9076;field_47825:Lnet/minecraft/class_4059$class_9076;
named EQUESTRIAN
Lnet/minecraft/item/HorseArmorItem$class_9076;EQUESTRIAN:Lnet/minecraft/item/HorseArmorItem$class_9076;
-
CANINE
- Mappings:
Namespace Name Mixin selector official b
Lckq$a;b:Lckq$a;
intermediary field_47826
Lnet/minecraft/class_4059$class_9076;field_47826:Lnet/minecraft/class_4059$class_9076;
named CANINE
Lnet/minecraft/item/HorseArmorItem$class_9076;CANINE:Lnet/minecraft/item/HorseArmorItem$class_9076;
-
-
Field Details
-
field_47827
- Mappings:
Namespace Name Mixin selector official c
Lckq$a;c:Ljava/util/function/Function;
intermediary field_47827
Lnet/minecraft/class_4059$class_9076;field_47827:Ljava/util/function/Function;
named field_47827
Lnet/minecraft/item/HorseArmorItem$class_9076;field_47827:Ljava/util/function/Function;
-
-
Constructor Details
-
class_9076
-
-
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
-