Uses of Interface
org.bukkit.structure.Structure
Packages that use Structure
Package
Description
Classes related to creating or using
structures
without creating Structure
blocks
in the world.-
Uses of Structure in org.bukkit.structure
Methods in org.bukkit.structure that return StructureModifier and TypeMethodDescription@NotNull Structure
Creates a copy of this structure.@NotNull Structure
StructureManager.createStructure()
Creates a new empty structure.@Nullable Structure
StructureManager.getStructure
(@NotNull NamespacedKey structureKey) Gets a registered Structure.@NotNull Structure
StructureManager.loadStructure
(@NotNull File file) Reads a Structure from disk.@NotNull Structure
StructureManager.loadStructure
(@NotNull InputStream inputStream) Reads a Structure from a stream.@Nullable Structure
StructureManager.loadStructure
(@NotNull NamespacedKey structureKey) Loads the structure for the specified key and automatically registers it.@Nullable Structure
StructureManager.loadStructure
(@NotNull NamespacedKey structureKey, boolean register) Loads a structure for the specified key and optionallyregisters
it.@Nullable Structure
StructureManager.registerStructure
(@NotNull NamespacedKey structureKey, @NotNull Structure structure) Registers the given structure.@Nullable Structure
StructureManager.unregisterStructure
(@NotNull NamespacedKey structureKey) Unregisters a structure.Methods in org.bukkit.structure that return types with arguments of type StructureModifier and TypeMethodDescription@NotNull Map
<NamespacedKey, Structure> StructureManager.getStructures()
Gets the currently registered structures.Methods in org.bukkit.structure with parameters of type StructureModifier and TypeMethodDescription@NotNull Structure
Creates a copy of this structure.@Nullable Structure
StructureManager.registerStructure
(@NotNull NamespacedKey structureKey, @NotNull Structure structure) Registers the given structure.void
StructureManager.saveStructure
(@NotNull File file, @NotNull Structure structure) Save a structure to a file.void
StructureManager.saveStructure
(@NotNull OutputStream outputStream, @NotNull Structure structure) Save a structure to a stream.void
StructureManager.saveStructure
(@NotNull NamespacedKey structureKey, @NotNull Structure structure) Saves a structure with a given key to the primary world folder.