Uses of Class
io.papermc.paper.world.structure.ConfiguredStructure
Package
Description
The root package of the Bukkit API, contains generalized API classes.
-
Uses of ConfiguredStructure in io.papermc.paper.event.world
Modifier and TypeMethodDescriptionStructuresLocateEvent.Result.configuredStructure()
Deprecated, for removal: This API element is subject to removal in a future version.Modifier and TypeMethodDescriptionStructuresLocateEvent.getConfiguredStructures()
Deprecated, for removal: This API element is subject to removal in a future version.Modifier and TypeMethodDescriptionvoid
StructuresLocateEvent.setConfiguredStructures
(@NotNull List<ConfiguredStructure> configuredStructures) Deprecated, for removal: This API element is subject to removal in a future version.ModifierConstructorDescriptionResult
(@NotNull Location position, @NotNull ConfiguredStructure configuredStructure) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of ConfiguredStructure in io.papermc.paper.world.structure
Modifier and TypeFieldDescriptionstatic final Reference
<ConfiguredStructure> ConfiguredStructure.BASTION_REMNANT
Deprecated, for removal: This API element is subject to removal in a future version.static final Reference
<ConfiguredStructure> ConfiguredStructure.BURIED_TREASURE
Deprecated, for removal: This API element is subject to removal in a future version.static final Reference
<ConfiguredStructure> ConfiguredStructure.DESERT_PYRAMID
Deprecated, for removal: This API element is subject to removal in a future version.static final Reference
<ConfiguredStructure> ConfiguredStructure.END_CITY
Deprecated, for removal: This API element is subject to removal in a future version.static final Reference
<ConfiguredStructure> ConfiguredStructure.FORTRESS
Deprecated, for removal: This API element is subject to removal in a future version.static final Reference
<ConfiguredStructure> ConfiguredStructure.IGLOO
Deprecated, for removal: This API element is subject to removal in a future version.static final Reference
<ConfiguredStructure> ConfiguredStructure.JUNGLE_TEMPLE
Deprecated, for removal: This API element is subject to removal in a future version.static final Reference
<ConfiguredStructure> ConfiguredStructure.MINESHAFT
Deprecated, for removal: This API element is subject to removal in a future version.static final Reference
<ConfiguredStructure> ConfiguredStructure.MINESHAFT_MESA
Deprecated, for removal: This API element is subject to removal in a future version.static final Reference
<ConfiguredStructure> ConfiguredStructure.NETHER_FOSSIL
Deprecated, for removal: This API element is subject to removal in a future version.static final Reference
<ConfiguredStructure> ConfiguredStructure.OCEAN_MONUMENT
Deprecated, for removal: This API element is subject to removal in a future version.static final Reference
<ConfiguredStructure> ConfiguredStructure.OCEAN_RUIN_COLD
Deprecated, for removal: This API element is subject to removal in a future version.static final Reference
<ConfiguredStructure> ConfiguredStructure.OCEAN_RUIN_WARM
Deprecated, for removal: This API element is subject to removal in a future version.static final Reference
<ConfiguredStructure> ConfiguredStructure.PILLAGER_OUTPOST
Deprecated, for removal: This API element is subject to removal in a future version.static final Reference
<ConfiguredStructure> ConfiguredStructure.RUINED_PORTAL_DESERT
Deprecated, for removal: This API element is subject to removal in a future version.static final Reference
<ConfiguredStructure> ConfiguredStructure.RUINED_PORTAL_JUNGLE
Deprecated, for removal: This API element is subject to removal in a future version.static final Reference
<ConfiguredStructure> ConfiguredStructure.RUINED_PORTAL_MOUNTAIN
Deprecated, for removal: This API element is subject to removal in a future version.static final Reference
<ConfiguredStructure> ConfiguredStructure.RUINED_PORTAL_NETHER
Deprecated, for removal: This API element is subject to removal in a future version.static final Reference
<ConfiguredStructure> ConfiguredStructure.RUINED_PORTAL_OCEAN
Deprecated, for removal: This API element is subject to removal in a future version.static final Reference
<ConfiguredStructure> ConfiguredStructure.RUINED_PORTAL_STANDARD
Deprecated, for removal: This API element is subject to removal in a future version.static final Reference
<ConfiguredStructure> ConfiguredStructure.RUINED_PORTAL_SWAMP
Deprecated, for removal: This API element is subject to removal in a future version.static final Reference
<ConfiguredStructure> ConfiguredStructure.SHIPWRECK
Deprecated, for removal: This API element is subject to removal in a future version.static final Reference
<ConfiguredStructure> ConfiguredStructure.SHIPWRECK_BEACHED
Deprecated, for removal: This API element is subject to removal in a future version.static final Reference
<ConfiguredStructure> ConfiguredStructure.STRONGHOLD
Deprecated, for removal: This API element is subject to removal in a future version.static final Reference
<ConfiguredStructure> ConfiguredStructure.SWAMP_HUT
Deprecated, for removal: This API element is subject to removal in a future version.static final Reference
<ConfiguredStructure> ConfiguredStructure.VILLAGE_DESERT
Deprecated, for removal: This API element is subject to removal in a future version.static final Reference
<ConfiguredStructure> ConfiguredStructure.VILLAGE_PLAINS
Deprecated, for removal: This API element is subject to removal in a future version.static final Reference
<ConfiguredStructure> ConfiguredStructure.VILLAGE_SAVANNA
Deprecated, for removal: This API element is subject to removal in a future version.static final Reference
<ConfiguredStructure> ConfiguredStructure.VILLAGE_SNOWY
Deprecated, for removal: This API element is subject to removal in a future version.static final Reference
<ConfiguredStructure> ConfiguredStructure.VILLAGE_TAIGA
Deprecated, for removal: This API element is subject to removal in a future version.static final Reference
<ConfiguredStructure> ConfiguredStructure.WOODLAND_MANSION
Deprecated, for removal: This API element is subject to removal in a future version.Modifier and TypeMethodDescriptionstatic @Nullable ConfiguredStructure
ConfiguredStructure.fromModern
(@NotNull Structure structure) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of ConfiguredStructure in org.bukkit
Modifier and TypeFieldDescriptionstatic final Registry
<ConfiguredStructure> Registry.CONFIGURED_STRUCTURE
Deprecated, for removal: This API element is subject to removal in a future version.
StructuresLocateEvent.getStructures()