Uses of Class
org.bukkit.generator.structure.Structure
Packages that use Structure
Package
Description
The root package of the Bukkit API, contains generalized API classes.
Classes to facilitate world
Structure
generation.Multi and single purpose classes to facilitate various programmatic
concepts.
-
Uses of Structure in io.papermc.paper.event.world
Methods in io.papermc.paper.event.world that return StructureModifier and TypeMethodDescriptionStructuresLocateEvent.Result.structure()
Returns the value of thestructure
record component.Methods in io.papermc.paper.event.world that return types with arguments of type StructureModifier and TypeMethodDescriptionStructuresLocateEvent.getStructures()
Gets an unmodifiable list of Structures that are valid targets for the search.Method parameters in io.papermc.paper.event.world with type arguments of type StructureModifier and TypeMethodDescriptionvoid
StructuresLocateEvent.setStructures
(@NotNull List<Structure> structures) Sets the list of Structures that are valid targets for the search.Constructors in io.papermc.paper.event.world with parameters of type StructureModifierConstructorDescriptionCreates an instance of aResult
record class.Constructor parameters in io.papermc.paper.event.world with type arguments of type Structure -
Uses of Structure in io.papermc.paper.world.structure
Methods in io.papermc.paper.world.structure that return StructureModifier and TypeMethodDescriptionConfiguredStructure.toModern()
Deprecated, for removal: This API element is subject to removal in a future version.Methods in io.papermc.paper.world.structure with parameters of type StructureModifier 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 Structure in org.bukkit
Fields in org.bukkit with type parameters of type StructureMethods in org.bukkit with parameters of type Structure -
Uses of Structure in org.bukkit.event.world
Methods in org.bukkit.event.world that return StructureModifier and TypeMethodDescriptionAsyncStructureSpawnEvent.getStructure()
Get the structure reference that is generated.Constructors in org.bukkit.event.world with parameters of type StructureModifierConstructorDescriptionAsyncStructureSpawnEvent
(@NotNull World world, @NotNull Structure structure, @NotNull BoundingBox boundingBox, int chunkX, int chunkZ) -
Uses of Structure in org.bukkit.generator.structure
Fields in org.bukkit.generator.structure declared as StructureModifier and TypeFieldDescriptionstatic final Structure
Structure.ANCIENT_CITY
static final Structure
Structure.BASTION_REMNANT
static final Structure
Structure.BURIED_TREASURE
static final Structure
Structure.DESERT_PYRAMID
static final Structure
Structure.END_CITY
static final Structure
Structure.FORTRESS
static final Structure
Structure.IGLOO
static final Structure
Structure.JUNGLE_PYRAMID
static final Structure
Structure.MANSION
static final Structure
Structure.MINESHAFT
static final Structure
Structure.MINESHAFT_MESA
static final Structure
Structure.MONUMENT
static final Structure
Structure.NETHER_FOSSIL
static final Structure
Structure.OCEAN_RUIN_COLD
static final Structure
Structure.OCEAN_RUIN_WARM
static final Structure
Structure.PILLAGER_OUTPOST
static final Structure
Structure.RUINED_PORTAL
static final Structure
Structure.RUINED_PORTAL_DESERT
static final Structure
Structure.RUINED_PORTAL_JUNGLE
static final Structure
Structure.RUINED_PORTAL_MOUNTAIN
static final Structure
Structure.RUINED_PORTAL_NETHER
static final Structure
Structure.RUINED_PORTAL_OCEAN
static final Structure
Structure.RUINED_PORTAL_SWAMP
static final Structure
Structure.SHIPWRECK
static final Structure
Structure.SHIPWRECK_BEACHED
static final Structure
Structure.STRONGHOLD
static final Structure
Structure.SWAMP_HUT
static final Structure
Structure.VILLAGE_DESERT
static final Structure
Structure.VILLAGE_PLAINS
static final Structure
Structure.VILLAGE_SAVANNA
static final Structure
Structure.VILLAGE_SNOWY
static final Structure
Structure.VILLAGE_TAIGA
-
Uses of Structure in org.bukkit.util
Methods in org.bukkit.util that return StructureModifier and TypeMethodDescriptionStructureSearchResult.getStructure()
Return the structure which was found.