Package net.minecraft

Enum Class class_7118.class_7123

java.lang.Object
java.lang.Enum<class_7118.class_7123>
net.minecraft.class_7118.class_7123
All Implemented Interfaces:
Serializable, Comparable<class_7118.class_7123>, Constable
Enclosing class:
class_7118

public static enum class_7118.class_7123 extends Enum<class_7118.class_7123>
Mappings:
Namespace Name
official cjl$e
intermediary net/minecraft/class_7118$class_7123
named net/minecraft/class_7118$class_7123
  • Enum Constant Details

    • SAME_POSITION

      public static final class_7118.class_7123 SAME_POSITION
      Mappings:
      Namespace Name Mixin selector
      official a Lcjl$e;a:Lcjl$e;
      intermediary field_37598 Lnet/minecraft/class_7118$class_7123;field_37598:Lnet/minecraft/class_7118$class_7123;
      named SAME_POSITION Lnet/minecraft/class_7118$class_7123;SAME_POSITION:Lnet/minecraft/class_7118$class_7123;
    • SAME_PLANE

      public static final class_7118.class_7123 SAME_PLANE
      Mappings:
      Namespace Name Mixin selector
      official b Lcjl$e;b:Lcjl$e;
      intermediary field_37599 Lnet/minecraft/class_7118$class_7123;field_37599:Lnet/minecraft/class_7118$class_7123;
      named SAME_PLANE Lnet/minecraft/class_7118$class_7123;SAME_PLANE:Lnet/minecraft/class_7118$class_7123;
    • WRAP_AROUND

      public static final class_7118.class_7123 WRAP_AROUND
      Mappings:
      Namespace Name Mixin selector
      official c Lcjl$e;c:Lcjl$e;
      intermediary field_37600 Lnet/minecraft/class_7118$class_7123;field_37600:Lnet/minecraft/class_7118$class_7123;
      named WRAP_AROUND Lnet/minecraft/class_7118$class_7123;WRAP_AROUND:Lnet/minecraft/class_7118$class_7123;
  • Constructor Details

    • class_7123

      private class_7123()
  • Method Details

    • values

      public static class_7118.class_7123[] 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

      public static class_7118.class_7123 valueOf(String name)
      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 name
      NullPointerException - 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 a Lcjl$e;a(Lgk;Lgp;Lgp;)Lcjl$c;
      intermediary method_41466 Lnet/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_41466 Lnet/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;