Uses of Class
org.bukkit.generator.structure.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
Modifier and TypeMethodDescriptionStructuresLocateEvent.Result.structure()
Returns the value of thestructure
record component.Modifier and TypeMethodDescriptionStructuresLocateEvent.getStructures()
Gets an unmodifiable list of Structures that are valid targets for the search.Modifier and TypeMethodDescriptionvoid
StructuresLocateEvent.setStructures
(@NotNull List<Structure> structures) Sets the list of Structures that are valid targets for the search.ModifierConstructorDescriptionCreates an instance of aResult
record class. -
Uses of Structure in io.papermc.paper.world.structure
Modifier and TypeMethodDescriptionConfiguredStructure.toModern()
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 Structure in org.bukkit
-
Uses of Structure in org.bukkit.generator.structure
Modifier 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
Modifier and TypeMethodDescriptionStructureSearchResult.getStructure()
Return the structure which was found.