Enum Class PrisonRoom

java.lang.Object
java.lang.Enum<PrisonRoom>
xyz.stachel.zombiesutils.api.game.resources.windows.PrisonRoom
All Implemented Interfaces:
Serializable, Comparable<PrisonRoom>, Constable, RoomEnum

public enum PrisonRoom extends Enum<PrisonRoom> implements RoomEnum
  • Enum Constant Details

    • CELL_BLOCKS

      public static final PrisonRoom CELL_BLOCKS
    • CORRIDORS

      public static final PrisonRoom CORRIDORS
    • CAFETERIA

      public static final PrisonRoom CAFETERIA
    • VISITORS_ROOM

      public static final PrisonRoom VISITORS_ROOM
    • BASEMENT_CORRIDORS

      public static final PrisonRoom BASEMENT_CORRIDORS
    • THE_DEEP

      public static final PrisonRoom THE_DEEP
    • BOILER_ROOM

      public static final PrisonRoom BOILER_ROOM
    • LIBRARY

      public static final PrisonRoom LIBRARY
    • MONITOR_ROOM

      public static final PrisonRoom MONITOR_ROOM
    • MEDICAL_BAY

      public static final PrisonRoom MEDICAL_BAY
    • THE_COURTS

      public static final PrisonRoom THE_COURTS
    • OFFICES

      public static final PrisonRoom OFFICES
    • HEAD_MANAGERS_OFFICE

      public static final PrisonRoom HEAD_MANAGERS_OFFICE
    • YARD

      public static final PrisonRoom YARD
    • ALLEYWAY

      public static final PrisonRoom ALLEYWAY
    • GUARDS_GUNROOM

      public static final PrisonRoom GUARDS_GUNROOM
    • GUARDS_QUARTERS

      public static final PrisonRoom GUARDS_QUARTERS
    • STOCKAGE

      public static final PrisonRoom STOCKAGE
    • KITCHEN

      public static final PrisonRoom KITCHEN
    • ISOLATION

      public static final PrisonRoom ISOLATION
    • SHOWERS

      public static final PrisonRoom SHOWERS
    • SECRET

      public static final PrisonRoom SECRET
  • Method Details

    • values

      public static PrisonRoom[] 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 PrisonRoom 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