Enum Class Direction.Axis

java.lang.Object
java.lang.Enum<Direction.Axis>
net.minecraft.util.Direction.Axis
All Implemented Interfaces:
Serializable, Comparable<Direction.Axis>, Constable, Predicate<Direction>, IStringSerializable
Enclosing class:
Direction

public static enum Direction.Axis extends Enum<Direction.Axis> implements IStringSerializable, Predicate<Direction>
  • Enum Constant Details

  • Field Details

  • Constructor Details

    • Axis

      private Axis(String p_i49394_3_)
  • Method Details

    • values

      public static Direction.Axis[] 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 Direction.Axis 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
    • byName

      @Nullable public static Direction.Axis byName(String p_176717_0_)
    • getName

      public String getName()
    • isVertical

      public boolean isVertical()
    • isHorizontal

      public boolean isHorizontal()
    • toString

      public String toString()
      Overrides:
      toString in class Enum<Direction.Axis>
    • getRandom

      public static Direction.Axis getRandom(Random p_239634_0_)
    • test

      public boolean test(@Nullable Direction p_test_1_)
      Specified by:
      test in interface Predicate<Direction>
    • getPlane

      public Direction.Plane getPlane()
    • getSerializedName

      public String getSerializedName()
      Specified by:
      getSerializedName in interface IStringSerializable
    • choose

      public abstract int choose(int p_196052_1_, int p_196052_2_, int p_196052_3_)
    • choose

      public abstract double choose(double p_196051_1_, double p_196051_3_, double p_196051_5_)