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 TypeMethodDescription@NotNull Collection<GeneratedStructure> Chunk.getStructures()Gets all generated structures that intersect this chunk.@NotNull Collection<GeneratedStructure> Chunk.getStructures(@NotNull Structure structure) Gets all generated structures of a givenStructurethat intersect this chunk.@NotNull Collection<GeneratedStructure> World.getStructures(int x, int z) Gets all generated structures that intersect the chunk at the given coordinates.@NotNull Collection<GeneratedStructure> World.getStructures(int x, int z, @NotNull Structure structure) Gets all generated structures of a givenStructurethat intersect the chunk at the given coordinates.