Package net.minecraft
Enum Class class_10634.class_10635
- All Implemented Interfaces:
Serializable,Comparable<class_10634.class_10635>,Constable
- Enclosing interface:
class_10634
- Mappings:
Namespace Name named net/minecraft/class_10634$class_10635intermediary net/minecraft/class_10634$class_10635official dvo$a
-
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 TypeMethodDescriptionstatic class_10634.class_10635Returns the enum constant of this class with the specified name.static class_10634.class_10635[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
NONE
- Mappings:
Namespace Name Mixin selector named NONELnet/minecraft/class_10634$class_10635;NONE:Lnet/minecraft/class_10634$class_10635;intermediary field_55994Lnet/minecraft/class_10634$class_10635;field_55994:Lnet/minecraft/class_10634$class_10635;official aLdvo$a;a:Ldvo$a;
-
BOX
- Mappings:
Namespace Name Mixin selector named BOXLnet/minecraft/class_10634$class_10635;BOX:Lnet/minecraft/class_10634$class_10635;intermediary field_55995Lnet/minecraft/class_10634$class_10635;field_55995:Lnet/minecraft/class_10634$class_10635;official bLdvo$a;b:Ldvo$a;
-
BOX_AND_INVISIBLE_BLOCKS
- Mappings:
Namespace Name Mixin selector named BOX_AND_INVISIBLE_BLOCKSLnet/minecraft/class_10634$class_10635;BOX_AND_INVISIBLE_BLOCKS:Lnet/minecraft/class_10634$class_10635;intermediary field_55996Lnet/minecraft/class_10634$class_10635;field_55996:Lnet/minecraft/class_10634$class_10635;official cLdvo$a;c:Ldvo$a;
-
-
Constructor Details
-
class_10635
private class_10635()
-
-
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
-