Package net.minecraft

Enum Class class_7325.class_7330

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

public static enum class_7325.class_7330 extends Enum<class_7325.class_7330>
Mappings:
Namespace Name
official cih$e
intermediary net/minecraft/class_7325$class_7330
named net/minecraft/class_7325$class_7330
  • Enum Constant Details

    • SAME_POSITION

      public static final class_7325.class_7330 SAME_POSITION
      Mappings:
      Namespace Name Mixin selector
      official a Lcih$e;a:Lcih$e;
      intermediary field_38567 Lnet/minecraft/class_7325$class_7330;field_38567:Lnet/minecraft/class_7325$class_7330;
      named SAME_POSITION Lnet/minecraft/class_7325$class_7330;SAME_POSITION:Lnet/minecraft/class_7325$class_7330;
    • SAME_PLANE

      public static final class_7325.class_7330 SAME_PLANE
      Mappings:
      Namespace Name Mixin selector
      official b Lcih$e;b:Lcih$e;
      intermediary field_38568 Lnet/minecraft/class_7325$class_7330;field_38568:Lnet/minecraft/class_7325$class_7330;
      named SAME_PLANE Lnet/minecraft/class_7325$class_7330;SAME_PLANE:Lnet/minecraft/class_7325$class_7330;
    • WRAP_AROUND

      public static final class_7325.class_7330 WRAP_AROUND
      Mappings:
      Namespace Name Mixin selector
      official c Lcih$e;c:Lcih$e;
      intermediary field_38569 Lnet/minecraft/class_7325$class_7330;field_38569:Lnet/minecraft/class_7325$class_7330;
      named WRAP_AROUND Lnet/minecraft/class_7325$class_7330;WRAP_AROUND:Lnet/minecraft/class_7325$class_7330;
  • Constructor Details

    • class_7330

      private class_7330()
  • Method Details

    • values

      public static class_7325.class_7330[] 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_7325.class_7330 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_42915

      public abstract class_7325.class_7328 method_42915(BlockPos blockPos, Direction direction, Direction direction2)
      Mappings:
      Namespace Name Mixin selector
      official a Lcih$e;a(Lgk;Lgp;Lgp;)Lcih$c;
      intermediary method_42915 Lnet/minecraft/class_7325$class_7330;method_42915(Lnet/minecraft/class_2338;Lnet/minecraft/class_2350;Lnet/minecraft/class_2350;)Lnet/minecraft/class_7325$class_7328;
      named method_42915 Lnet/minecraft/class_7325$class_7330;method_42915(Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/util/math/Direction;Lnet/minecraft/util/math/Direction;)Lnet/minecraft/class_7325$class_7328;