Uses of Interface
org.bukkit.generator.structure.GeneratedStructure
Packages that use GeneratedStructure
Package
Description
The root package of the Bukkit API, contains generalized API classes.
-
Uses of GeneratedStructure in org.bukkit
Methods in org.bukkit that return types with arguments of type GeneratedStructureModifier and TypeMethodDescriptionChunk.getStructures()
Gets all generated structures that intersect this chunk.Chunk.getStructures
(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, Structure structure) Gets all generated structures of a givenStructure
that intersect the chunk at the given coordinates.