Package net.minecraft
Enum Class class_4079
- All Implemented Interfaces:
Serializable,Comparable<class_4079>,Constable
- Mappings:
Namespace Name official cecintermediary net/minecraft/class_4079named net/minecraft/class_4079
-
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 class_4079Returns the enum constant of this class with the specified name.static class_4079[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
field_19812
- Mappings:
Namespace Name Mixin selector official aLcec;a:Lcec;intermediary field_19812Lnet/minecraft/class_4079;field_19812:Lnet/minecraft/class_4079;named field_19812Lnet/minecraft/class_4079;field_19812:Lnet/minecraft/class_4079;
-
field_19813
- Mappings:
Namespace Name Mixin selector official bLcec;b:Lcec;intermediary field_19813Lnet/minecraft/class_4079;field_19813:Lnet/minecraft/class_4079;named field_19813Lnet/minecraft/class_4079;field_19813:Lnet/minecraft/class_4079;
-
field_19814
- Mappings:
Namespace Name Mixin selector official cLcec;c:Lcec;intermediary field_19814Lnet/minecraft/class_4079;field_19814:Lnet/minecraft/class_4079;named field_19814Lnet/minecraft/class_4079;field_19814:Lnet/minecraft/class_4079;
-
-
Field Details
-
field_19815
- Mappings:
Namespace Name Mixin selector official dLcec;d:Ljava/util/function/Predicate;intermediary field_19815Lnet/minecraft/class_4079;field_19815:Ljava/util/function/Predicate;named field_19815Lnet/minecraft/class_4079;field_19815:Ljava/util/function/Predicate;
-
-
Constructor Details
-
class_4079
-
-
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
-