Enum Class EnumFacing.Axis

java.lang.Object
java.lang.Enum<EnumFacing.Axis>
ua.mcchickenstudio.opencreative.utils.millennium.math.EnumFacing.Axis
All Implemented Interfaces:
com.google.common.base.Predicate, Serializable, Comparable<EnumFacing.Axis>, Constable, Predicate
Enclosing class:
EnumFacing

public static enum EnumFacing.Axis extends Enum<EnumFacing.Axis> implements com.google.common.base.Predicate
  • Enum Constant Details

  • Method Details

    • values

      public static EnumFacing.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 EnumFacing.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
    • getName2

      public String getName2()
    • isVertical

      public boolean isVertical()
    • isHorizontal

      public boolean isHorizontal()
    • toString

      public String toString()
      Overrides:
      toString in class Enum<EnumFacing.Axis>
    • apply

      public boolean apply(EnumFacing facing)
    • apply

      public boolean apply(Object p_apply_1_)
      Specified by:
      apply in interface com.google.common.base.Predicate
    • getPlane

      public EnumFacing.Plane getPlane()