Package net.minecraft

Enum Class class_6982.class_6987

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

public static enum class_6982.class_6987 extends Enum<class_6982.class_6987>
Mappings:
Namespace Name
official cin$e
intermediary net/minecraft/class_6982$class_6987
named net/minecraft/class_6982$class_6987
  • Enum Constant Details

    • SAME_POSITION

      public static final class_6982.class_6987 SAME_POSITION
      Mappings:
      Namespace Name Mixin selector
      official a Lcin$e;a:Lcin$e;
      intermediary field_36840 Lnet/minecraft/class_6982$class_6987;field_36840:Lnet/minecraft/class_6982$class_6987;
      named SAME_POSITION Lnet/minecraft/class_6982$class_6987;SAME_POSITION:Lnet/minecraft/class_6982$class_6987;
    • SAME_PLANE

      public static final class_6982.class_6987 SAME_PLANE
      Mappings:
      Namespace Name Mixin selector
      official b Lcin$e;b:Lcin$e;
      intermediary field_36841 Lnet/minecraft/class_6982$class_6987;field_36841:Lnet/minecraft/class_6982$class_6987;
      named SAME_PLANE Lnet/minecraft/class_6982$class_6987;SAME_PLANE:Lnet/minecraft/class_6982$class_6987;
    • WRAP_AROUND

      public static final class_6982.class_6987 WRAP_AROUND
      Mappings:
      Namespace Name Mixin selector
      official c Lcin$e;c:Lcin$e;
      intermediary field_36842 Lnet/minecraft/class_6982$class_6987;field_36842:Lnet/minecraft/class_6982$class_6987;
      named WRAP_AROUND Lnet/minecraft/class_6982$class_6987;WRAP_AROUND:Lnet/minecraft/class_6982$class_6987;
  • Constructor Details

    • class_6987

      private class_6987()
  • Method Details

    • values

      public static class_6982.class_6987[] 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_6982.class_6987 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_40779

      public abstract BlockPos method_40779(BlockPos blockPos, Direction direction, Direction direction2)
      Mappings:
      Namespace Name Mixin selector
      official a Lcin$e;a(Lgh;Lgm;Lgm;)Lgh;
      intermediary method_40779 Lnet/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_40779 Lnet/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

      public abstract Direction method_40780(Direction direction, Direction direction2)
      Mappings:
      Namespace Name Mixin selector
      official a Lcin$e;a(Lgm;Lgm;)Lgm;
      intermediary method_40780 Lnet/minecraft/class_6982$class_6987;method_40780(Lnet/minecraft/class_2350;Lnet/minecraft/class_2350;)Lnet/minecraft/class_2350;
      named method_40780 Lnet/minecraft/class_6982$class_6987;method_40780(Lnet/minecraft/util/math/Direction;Lnet/minecraft/util/math/Direction;)Lnet/minecraft/util/math/Direction;