Package net.minecraft
Enum Class class_3790.class_3792
- All Implemented Interfaces:
Serializable,Comparable<class_3790.class_3792>,Constable,class_3790.class_3791
- Enclosing class:
- class_3790
static enum class_3790.class_3792
extends Enum<class_3790.class_3792>
implements class_3790.class_3791
- Mappings:
Namespace Name official bnt$bintermediary net/minecraft/class_3790$class_3792named net/minecraft/class_3790$class_3792
-
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
ConstructorsModifierConstructorDescriptionprivateclass_3792(boolean bool, Block[] block) privateclass_3792(Block[] block) -
Method Summary
Modifier and TypeMethodDescriptionstatic class_3790.class_3792Returns the enum constant of this class with the specified name.static class_3790.class_3792[]values()Returns an array containing the constants of this enum class, in the order they are declared.Methods inherited from class java.lang.Enum
clone, compareTo, describeConstable, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOfMethods inherited from interface net.minecraft.class_3790.class_3791
method_17160, method_17161
-
Enum Constant Details
-
field_18942
- Mappings:
Namespace Name Mixin selector official aLbnt$b;a:Lbnt$b;intermediary field_18942Lnet/minecraft/class_3790$class_3792;field_18942:Lnet/minecraft/class_3790$class_3792;named field_18942Lnet/minecraft/class_3790$class_3792;field_18942:Lnet/minecraft/class_3790$class_3792;
-
field_18943
- Mappings:
Namespace Name Mixin selector official bLbnt$b;b:Lbnt$b;intermediary field_18943Lnet/minecraft/class_3790$class_3792;field_18943:Lnet/minecraft/class_3790$class_3792;named field_18943Lnet/minecraft/class_3790$class_3792;field_18943:Lnet/minecraft/class_3790$class_3792;
-
field_18944
- Mappings:
Namespace Name Mixin selector official cLbnt$b;c:Lbnt$b;intermediary field_18944Lnet/minecraft/class_3790$class_3792;field_18944:Lnet/minecraft/class_3790$class_3792;named field_18944Lnet/minecraft/class_3790$class_3792;field_18944:Lnet/minecraft/class_3790$class_3792;
-
field_18945
- Mappings:
Namespace Name Mixin selector official dLbnt$b;d:Lbnt$b;intermediary field_18945Lnet/minecraft/class_3790$class_3792;field_18945:Lnet/minecraft/class_3790$class_3792;named field_18945Lnet/minecraft/class_3790$class_3792;field_18945:Lnet/minecraft/class_3790$class_3792;
-
field_18946
- Mappings:
Namespace Name Mixin selector official eLbnt$b;e:Lbnt$b;intermediary field_18946Lnet/minecraft/class_3790$class_3792;field_18946:Lnet/minecraft/class_3790$class_3792;named field_18946Lnet/minecraft/class_3790$class_3792;field_18946:Lnet/minecraft/class_3790$class_3792;
-
-
Field Details
-
field_18947
- Mappings:
Namespace Name Mixin selector official fLbnt$b;f:[Leq;intermediary field_18947Lnet/minecraft/class_3790$class_3792;field_18947:[Lnet/minecraft/class_1354;named field_18947Lnet/minecraft/class_3790$class_3792;field_18947:[Lnet/minecraft/util/math/Direction;
-
-
Constructor Details
-
class_3792
-
class_3792
-
-
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
-