Enum Switch.Face

java.lang.Object
java.lang.Enum<Switch.Face>
org.bukkit.block.data.type.Switch.Face
All Implemented Interfaces:
Serializable, Comparable<Switch.Face>, java.lang.constant.Constable
Enclosing interface:
Switch

@Deprecated public static enum Switch.Face extends Enum<Switch.Face>
The face to which a switch type block is stuck.
  • Enum Constant Details

    • FLOOR

      public static final Switch.Face FLOOR
      Deprecated.
      The switch is mounted to the floor and pointing upwards.
    • WALL

      public static final Switch.Face WALL
      Deprecated.
      The switch is mounted to the wall.
    • CEILING

      public static final Switch.Face CEILING
      Deprecated.
      The switch is mounted to the ceiling and pointing dowanrds.
  • Method Details

    • values

      public static Switch.Face[] values()
      Deprecated.
      Returns an array containing the constants of this enum type, in the order they are declared.
      Returns:
      an array containing the constants of this enum type, in the order they are declared
    • valueOf

      public static Switch.Face valueOf(String name)
      Deprecated.
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type has no constant with the specified name
      NullPointerException - if the argument is null