Enum Class EnumFacing.Plane

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

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

  • Method Details

    • values

      public static EnumFacing.Plane[] 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.Plane 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
    • facings

      public EnumFacing[] facings()
    • random

      public EnumFacing random(Random rand)
    • apply

      public boolean apply(EnumFacing facing)
    • iterator

      public Iterator iterator()
      Specified by:
      iterator in interface Iterable
    • apply

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