SPIGOT-2903: Add Structure API

By: Sander Knauff <sanderknauff@hotmail.com>
This commit is contained in:
Bukkit/Spigot
2021-10-05 11:55:20 +11:00
parent 8b6e67635a
commit 6882afca7b
6 changed files with 410 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
/**
* Classes related to creating or using {@link org.bukkit.structure.Structure
* structures} without creating {@link org.bukkit.block.Structure Structure
* blocks} in the world.
*/
package org.bukkit.structure;