Package net.minecraft
Enum Class class_7927.class_7928
- All Implemented Interfaces:
Serializable,Comparable<class_7927.class_7928>,Constable
- Enclosing interface:
class_7927<T>
- Mappings:
Namespace Name official amy$aintermediary net/minecraft/class_7927$class_7928named net/minecraft/class_7927$class_7928
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum Constants -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic class_7927.class_7928Returns the enum constant of this class with the specified name.static class_7927.class_7928[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
CONTINUE
- Mappings:
Namespace Name Mixin selector official aLamy$a;a:Lamy$a;intermediary field_41283Lnet/minecraft/class_7927$class_7928;field_41283:Lnet/minecraft/class_7927$class_7928;named CONTINUELnet/minecraft/class_7927$class_7928;CONTINUE:Lnet/minecraft/class_7927$class_7928;
-
ABORT
- Mappings:
Namespace Name Mixin selector official bLamy$a;b:Lamy$a;intermediary field_41284Lnet/minecraft/class_7927$class_7928;field_41284:Lnet/minecraft/class_7927$class_7928;named ABORTLnet/minecraft/class_7927$class_7928;ABORT:Lnet/minecraft/class_7927$class_7928;
-
-
Constructor Details
-
class_7928
private class_7928()
-
-
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
-
method_47543
public boolean method_47543()- Mappings:
Namespace Name Mixin selector official aLamy$a;a()Zintermediary method_47543Lnet/minecraft/class_7927$class_7928;method_47543()Znamed method_47543Lnet/minecraft/class_7927$class_7928;method_47543()Z
-