Uses of Interface
org.bukkit.generator.structure.GeneratedStructure
Package
Description
The root package of the Bukkit API, contains generalized API classes.
-
Uses of GeneratedStructure in org.bukkit
Modifier and TypeMethodDescriptionChunk.getStructures()
Gets all generated structures that intersect this chunk.Chunk.getStructures
(@NotNull Structure structure) Gets all generated structures of a givenStructure
that intersect this chunk.World.getStructures
(int x, int z) Gets all generated structures that intersect the chunk at the given coordinates.World.getStructures
(int x, int z, @NotNull Structure structure) Gets all generated structures of a givenStructure
that intersect the chunk at the given coordinates.