Uses of Class
org.bukkit.generator.structure.StructureType
Package
Description
The root package of the Bukkit API, contains generalized API classes.
Classes to facilitate world
Structure
generation.-
Uses of StructureType in io.papermc.paper.registry
Modifier and TypeFieldDescriptionstatic final RegistryKey
<StructureType> RegistryKey.STRUCTURE_TYPE
Built-in registry for structure types. -
Uses of StructureType in io.papermc.paper.registry.keys
Modifier and TypeFieldDescriptionstatic final TypedKey
<StructureType> StructureTypeKeys.BURIED_TREASURE
minecraft:buried_treasure
static final TypedKey
<StructureType> StructureTypeKeys.DESERT_PYRAMID
minecraft:desert_pyramid
static final TypedKey
<StructureType> StructureTypeKeys.END_CITY
minecraft:end_city
static final TypedKey
<StructureType> StructureTypeKeys.FORTRESS
minecraft:fortress
static final TypedKey
<StructureType> StructureTypeKeys.IGLOO
minecraft:igloo
static final TypedKey
<StructureType> StructureTypeKeys.JIGSAW
minecraft:jigsaw
static final TypedKey
<StructureType> StructureTypeKeys.JUNGLE_TEMPLE
minecraft:jungle_temple
static final TypedKey
<StructureType> StructureTypeKeys.MINESHAFT
minecraft:mineshaft
static final TypedKey
<StructureType> StructureTypeKeys.NETHER_FOSSIL
minecraft:nether_fossil
static final TypedKey
<StructureType> StructureTypeKeys.OCEAN_MONUMENT
minecraft:ocean_monument
static final TypedKey
<StructureType> StructureTypeKeys.OCEAN_RUIN
minecraft:ocean_ruin
static final TypedKey
<StructureType> StructureTypeKeys.RUINED_PORTAL
minecraft:ruined_portal
static final TypedKey
<StructureType> StructureTypeKeys.SHIPWRECK
minecraft:shipwreck
static final TypedKey
<StructureType> StructureTypeKeys.STRONGHOLD
minecraft:stronghold
static final TypedKey
<StructureType> StructureTypeKeys.SWAMP_HUT
minecraft:swamp_hut
static final TypedKey
<StructureType> StructureTypeKeys.WOODLAND_MANSION
minecraft:woodland_mansion
-
Uses of StructureType in org.bukkit
Modifier and TypeFieldDescriptionstatic final Registry
<StructureType> Registry.STRUCTURE_TYPE
Server structure types.Modifier and TypeMethodDescriptionBukkit.createExplorerMap
(@NotNull World world, @NotNull Location location, StructureType structureType, MapCursor.Type mapIcon) Create a new explorer map targeting the closest nearby structure of a givenStructureType
.Bukkit.createExplorerMap
(@NotNull World world, @NotNull Location location, StructureType structureType, MapCursor.Type mapIcon, int radius, boolean findUnexplored) Create a new explorer map targeting the closest nearby structure of a givenStructureType
.Server.createExplorerMap
(@NotNull World world, @NotNull Location location, StructureType structureType, MapCursor.Type mapIcon) Create a new explorer map targeting the closest nearby structure of a givenStructureType
.Server.createExplorerMap
(@NotNull World world, @NotNull Location location, StructureType structureType, MapCursor.Type mapIcon, int radius, boolean findUnexplored) Create a new explorer map targeting the closest nearby structure of a givenStructureType
.World.locateNearestStructure
(@NotNull Location origin, @NotNull StructureType structureType, int radius, boolean findUnexplored) Find the closest nearby structure of a givenStructureType
. -
Uses of StructureType in org.bukkit.generator.structure
Modifier and TypeFieldDescriptionstatic final StructureType
StructureType.BURIED_TREASURE
static final StructureType
StructureType.DESERT_PYRAMID
static final StructureType
StructureType.END_CITY
static final StructureType
StructureType.FORTRESS
static final StructureType
StructureType.IGLOO
static final StructureType
StructureType.JIGSAW
static final StructureType
StructureType.JUNGLE_TEMPLE
static final StructureType
StructureType.MINESHAFT
static final StructureType
StructureType.NETHER_FOSSIL
static final StructureType
StructureType.OCEAN_MONUMENT
static final StructureType
StructureType.OCEAN_RUIN
static final StructureType
StructureType.RUINED_PORTAL
static final StructureType
StructureType.SHIPWRECK
static final StructureType
StructureType.STRONGHOLD
static final StructureType
StructureType.SWAMP_HUT
static final StructureType
StructureType.WOODLAND_MANSION
Modifier and TypeMethodDescriptionabstract @NotNull StructureType
Structure.getStructureType()
Returns the type of the structure.