Package net.minecraft
Enum class_6353.class_6354
- All Implemented Interfaces:
Serializable,Comparable<class_6353.class_6354>,java.lang.constant.Constable
- Enclosing class:
- class_6353
- Mappings:
Namespace Name official cph$aintermediary net/minecraft/class_6353$class_6354named net/minecraft/class_6353$class_6354
-
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_6354(BlockState blockState, BlockState blockState2, int int2, int int3) -
Method Summary
Modifier and TypeMethodDescriptionstatic class_6353.class_6354Returns the enum constant of this type with the specified name.static class_6353.class_6354[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
field_33603
- Mappings:
Namespace Name Mixin selector official aLcph$a;a:Lcph$a;intermediary field_33603Lnet/minecraft/class_6353$class_6354;field_33603:Lnet/minecraft/class_6353$class_6354;named field_33603Lnet/minecraft/class_6353$class_6354;field_33603:Lnet/minecraft/class_6353$class_6354;
-
field_33604
- Mappings:
Namespace Name Mixin selector official bLcph$a;b:Lcph$a;intermediary field_33604Lnet/minecraft/class_6353$class_6354;field_33604:Lnet/minecraft/class_6353$class_6354;named field_33604Lnet/minecraft/class_6353$class_6354;field_33604:Lnet/minecraft/class_6353$class_6354;
-
-
Field Details
-
field_33605
- Mappings:
Namespace Name Mixin selector official cLcph$a;c:Lcjz;intermediary field_33605Lnet/minecraft/class_6353$class_6354;field_33605:Lnet/minecraft/class_2680;named field_33605Lnet/minecraft/class_6353$class_6354;field_33605:Lnet/minecraft/block/BlockState;
-
field_33606
- Mappings:
Namespace Name Mixin selector official dLcph$a;d:Lcjz;intermediary field_33606Lnet/minecraft/class_6353$class_6354;field_33606:Lnet/minecraft/class_2680;named field_33606Lnet/minecraft/class_6353$class_6354;field_33606:Lnet/minecraft/block/BlockState;
-
field_33607
private final int field_33607- Mappings:
Namespace Name Mixin selector official eLcph$a;e:Iintermediary field_33607Lnet/minecraft/class_6353$class_6354;field_33607:Inamed field_33607Lnet/minecraft/class_6353$class_6354;field_33607:I
-
field_33608
private final int field_33608- Mappings:
Namespace Name Mixin selector official fLcph$a;f:Iintermediary field_33608Lnet/minecraft/class_6353$class_6354;field_33608:Inamed field_33608Lnet/minecraft/class_6353$class_6354;field_33608:I
-
-
Constructor Details
-
class_6354
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type has no constant with the specified nameNullPointerException- if the argument is null
-