Enum Class RegionType

java.lang.Object
java.lang.Enum<RegionType>
net.swofty.region.RegionType
All Implemented Interfaces:
Serializable, Comparable<RegionType>, Constable

public enum RegionType extends Enum<RegionType>
  • Enum Constant Details

    • PRIVATE_ISLAND

      public static final RegionType PRIVATE_ISLAND
    • VILLAGE

      public static final RegionType VILLAGE
    • MOUNTAIN

      public static final RegionType MOUNTAIN
    • FOREST

      public static final RegionType FOREST
    • FARM

      public static final RegionType FARM
    • RUINS

      public static final RegionType RUINS
    • COLOSSEUM

      public static final RegionType COLOSSEUM
    • GRAVEYARD

      public static final RegionType GRAVEYARD
    • COAL_MINE

      public static final RegionType COAL_MINE
    • COAL_MINE_CAVES

      public static final RegionType COAL_MINE_CAVES
    • WILDERNESS

      public static final RegionType WILDERNESS
    • HIGH_LEVEL

      public static final RegionType HIGH_LEVEL
    • BAZAAR_ALLEY

      public static final RegionType BAZAAR_ALLEY
    • AUCTION_HOUSE

      public static final RegionType AUCTION_HOUSE
    • ARCHERY_RANGE

      public static final RegionType ARCHERY_RANGE
    • BANK

      public static final RegionType BANK
    • BLACKSMITH

      public static final RegionType BLACKSMITH
    • LIBRARY

      public static final RegionType LIBRARY
    • THE_BARN

      public static final RegionType THE_BARN
    • MUSHROOM_DESERT

      public static final RegionType MUSHROOM_DESERT
    • GOLD_MINE

      public static final RegionType GOLD_MINE
    • DEEP_CAVERN

      public static final RegionType DEEP_CAVERN
    • GUNPOWDER_MINES

      public static final RegionType GUNPOWDER_MINES
    • LAPIS_QUARRY

      public static final RegionType LAPIS_QUARRY
    • PIGMENS_DEN

      public static final RegionType PIGMENS_DEN
    • SLIMEHILL

      public static final RegionType SLIMEHILL
    • BIRCH_PARK

      public static final RegionType BIRCH_PARK
    • SPRUCE_WOODS

      public static final RegionType SPRUCE_WOODS
    • DARK_THICKET

      public static final RegionType DARK_THICKET
    • SAVANNA_WOODLAND

      public static final RegionType SAVANNA_WOODLAND
    • JUNGLE_ISLAND

      public static final RegionType JUNGLE_ISLAND
    • HOWLING_CAVE

      public static final RegionType HOWLING_CAVE
    • DIAMOND_RESERVE

      public static final RegionType DIAMOND_RESERVE
    • OBSIDIAN_SANCTUARY

      public static final RegionType OBSIDIAN_SANCTUARY
    • SPIDERS_DEN

      public static final RegionType SPIDERS_DEN
    • COMMUNITY_CENTER

      public static final RegionType COMMUNITY_CENTER
    • SPIDERS_DEN_HIVE

      public static final RegionType SPIDERS_DEN_HIVE
    • BLAZING_FORTRESS

      public static final RegionType BLAZING_FORTRESS
    • DWARVEN_VILLAGE

      public static final RegionType DWARVEN_VILLAGE
    • DWARVEN_MINES

      public static final RegionType DWARVEN_MINES
    • GOBLIN_BURROWS

      public static final RegionType GOBLIN_BURROWS
    • THE_MIST

      public static final RegionType THE_MIST
    • GREAT_ICE_WALL

      public static final RegionType GREAT_ICE_WALL
    • GATES_TO_THE_MINES

      public static final RegionType GATES_TO_THE_MINES
    • RAMPARTS_QUARRY

      public static final RegionType RAMPARTS_QUARRY
    • FORGE_BASIN

      public static final RegionType FORGE_BASIN
    • THE_FORGE

      public static final RegionType THE_FORGE
    • CLIFFSIDE_VEINS

      public static final RegionType CLIFFSIDE_VEINS
    • ROYAL_MINES

      public static final RegionType ROYAL_MINES
    • DIVANS_GATEWAY

      public static final RegionType DIVANS_GATEWAY
    • FAR_RESERVE

      public static final RegionType FAR_RESERVE
    • THE_END

      public static final RegionType THE_END
    • THE_END_NEST

      public static final RegionType THE_END_NEST
    • DESERT_SETTLEMENT

      public static final RegionType DESERT_SETTLEMENT
    • OASIS

      public static final RegionType OASIS
    • ARCHAEOLOGICAL_SITE

      public static final RegionType ARCHAEOLOGICAL_SITE
    • MUSHROOM_GORGE

      public static final RegionType MUSHROOM_GORGE
    • OVERGROWN_MUSHROOM_CAVE

      public static final RegionType OVERGROWN_MUSHROOM_CAVE
    • GLOWING_MUSHROOM_CAVE

      public static final RegionType GLOWING_MUSHROOM_CAVE
    • BURNING_BRIDGE

      public static final RegionType BURNING_BRIDGE
    • VOID_SEPULTURE

      public static final RegionType VOID_SEPULTURE
    • DRAGONS_NEST

      public static final RegionType DRAGONS_NEST
  • Method Details

    • values

      public static RegionType[] 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 RegionType 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
    • getMiningHandler

      public SkyBlockMiningConfiguration getMiningHandler()
    • getByID

      public static RegionType getByID(int id)