Package net.minecraft
Enum Class class_7118.class_7123
- All Implemented Interfaces:
Serializable,Comparable<class_7118.class_7123>,Constable
- Enclosing class:
class_7118
- Mappings:
Namespace Name official cjl$eintermediary net/minecraft/class_7118$class_7123named net/minecraft/class_7118$class_7123
-
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 class_7118.class_7121method_41466(BlockPos blockPos, Direction direction, Direction direction2) static class_7118.class_7123Returns the enum constant of this class with the specified name.static class_7118.class_7123[]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 aLcjl$e;a:Lcjl$e;intermediary field_37598Lnet/minecraft/class_7118$class_7123;field_37598:Lnet/minecraft/class_7118$class_7123;named SAME_POSITIONLnet/minecraft/class_7118$class_7123;SAME_POSITION:Lnet/minecraft/class_7118$class_7123;
-
SAME_PLANE
- Mappings:
Namespace Name Mixin selector official bLcjl$e;b:Lcjl$e;intermediary field_37599Lnet/minecraft/class_7118$class_7123;field_37599:Lnet/minecraft/class_7118$class_7123;named SAME_PLANELnet/minecraft/class_7118$class_7123;SAME_PLANE:Lnet/minecraft/class_7118$class_7123;
-
WRAP_AROUND
- Mappings:
Namespace Name Mixin selector official cLcjl$e;c:Lcjl$e;intermediary field_37600Lnet/minecraft/class_7118$class_7123;field_37600:Lnet/minecraft/class_7118$class_7123;named WRAP_AROUNDLnet/minecraft/class_7118$class_7123;WRAP_AROUND:Lnet/minecraft/class_7118$class_7123;
-
-
Constructor Details
-
class_7123
private class_7123()
-
-
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_41466
public abstract class_7118.class_7121 method_41466(BlockPos blockPos, Direction direction, Direction direction2) - Mappings:
Namespace Name Mixin selector official aLcjl$e;a(Lgk;Lgp;Lgp;)Lcjl$c;intermediary method_41466Lnet/minecraft/class_7118$class_7123;method_41466(Lnet/minecraft/class_2338;Lnet/minecraft/class_2350;Lnet/minecraft/class_2350;)Lnet/minecraft/class_7118$class_7121;named method_41466Lnet/minecraft/class_7118$class_7123;method_41466(Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/util/math/Direction;Lnet/minecraft/util/math/Direction;)Lnet/minecraft/class_7118$class_7121;
-