Package net.minecraft
Enum Class class_6982.class_6987
- All Implemented Interfaces:
Serializable,Comparable<class_6982.class_6987>,Constable
- Enclosing class:
- class_6982
- Mappings:
Namespace Name official cin$eintermediary net/minecraft/class_6982$class_6987named net/minecraft/class_6982$class_6987
-
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 TypeMethodDescriptionabstract BlockPosmethod_40779(BlockPos blockPos, Direction direction, Direction direction2) abstract Directionmethod_40780(Direction direction, Direction direction2) static class_6982.class_6987Returns the enum constant of this class with the specified name.static class_6982.class_6987[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
SAME_POSITION
- Mappings:
Namespace Name Mixin selector official aLcin$e;a:Lcin$e;intermediary field_36840Lnet/minecraft/class_6982$class_6987;field_36840:Lnet/minecraft/class_6982$class_6987;named SAME_POSITIONLnet/minecraft/class_6982$class_6987;SAME_POSITION:Lnet/minecraft/class_6982$class_6987;
-
SAME_PLANE
- Mappings:
Namespace Name Mixin selector official bLcin$e;b:Lcin$e;intermediary field_36841Lnet/minecraft/class_6982$class_6987;field_36841:Lnet/minecraft/class_6982$class_6987;named SAME_PLANELnet/minecraft/class_6982$class_6987;SAME_PLANE:Lnet/minecraft/class_6982$class_6987;
-
WRAP_AROUND
- Mappings:
Namespace Name Mixin selector official cLcin$e;c:Lcin$e;intermediary field_36842Lnet/minecraft/class_6982$class_6987;field_36842:Lnet/minecraft/class_6982$class_6987;named WRAP_AROUNDLnet/minecraft/class_6982$class_6987;WRAP_AROUND:Lnet/minecraft/class_6982$class_6987;
-
-
Constructor Details
-
class_6987
private class_6987()
-
-
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_40779
- Mappings:
Namespace Name Mixin selector official aLcin$e;a(Lgh;Lgm;Lgm;)Lgh;intermediary method_40779Lnet/minecraft/class_6982$class_6987;method_40779(Lnet/minecraft/class_2338;Lnet/minecraft/class_2350;Lnet/minecraft/class_2350;)Lnet/minecraft/class_2338;named method_40779Lnet/minecraft/class_6982$class_6987;method_40779(Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/util/math/Direction;Lnet/minecraft/util/math/Direction;)Lnet/minecraft/util/math/BlockPos;
-
method_40780
- Mappings:
Namespace Name Mixin selector official aLcin$e;a(Lgm;Lgm;)Lgm;intermediary method_40780Lnet/minecraft/class_6982$class_6987;method_40780(Lnet/minecraft/class_2350;Lnet/minecraft/class_2350;)Lnet/minecraft/class_2350;named method_40780Lnet/minecraft/class_6982$class_6987;method_40780(Lnet/minecraft/util/math/Direction;Lnet/minecraft/util/math/Direction;)Lnet/minecraft/util/math/Direction;
-