Uses of Class
io.papermc.paper.world.structure.ConfiguredStructure
Packages that use ConfiguredStructure
Package
Description
The root package of the Bukkit API, contains generalized API classes.
-
Uses of ConfiguredStructure in io.papermc.paper.event.world
Methods in io.papermc.paper.event.world that return ConfiguredStructureModifier and TypeMethodDescriptionStructuresLocateEvent.Result.configuredStructure()
Deprecated, for removal: This API element is subject to removal in a future version.Methods in io.papermc.paper.event.world that return types with arguments of type ConfiguredStructureModifier and TypeMethodDescriptionStructuresLocateEvent.getConfiguredStructures()
Deprecated, for removal: This API element is subject to removal in a future version.Method parameters in io.papermc.paper.event.world with type arguments of type ConfiguredStructureModifier and TypeMethodDescriptionvoid
StructuresLocateEvent.setConfiguredStructures
(@NotNull List<ConfiguredStructure> configuredStructures) Deprecated, for removal: This API element is subject to removal in a future version.Constructors in io.papermc.paper.event.world with parameters of type ConfiguredStructureModifierConstructorDescriptionResult
(@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
Fields in io.papermc.paper.world.structure with type parameters of type ConfiguredStructureModifier 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.Methods in io.papermc.paper.world.structure that return ConfiguredStructureModifier 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
Fields in org.bukkit with type parameters of type ConfiguredStructureModifier and TypeFieldDescriptionstatic final Registry<ConfiguredStructure>
Registry.CONFIGURED_STRUCTURE
Deprecated, for removal: This API element is subject to removal in a future version.
StructuresLocateEvent.getStructures()