13
0
geforkt von Mirrors/Paper

#705: Add PDC to Structures

By: Martoph <sager1018@gmail.com>
Dieser Commit ist enthalten in:
Bukkit/Spigot 2022-01-07 09:40:30 +11:00
Ursprung 7aec97546b
Commit 78dab8fe52

Datei anzeigen

@ -7,6 +7,7 @@ import org.bukkit.RegionAccessor;
import org.bukkit.block.structure.Mirror;
import org.bukkit.block.structure.StructureRotation;
import org.bukkit.entity.Entity;
import org.bukkit.persistence.PersistentDataHolder;
import org.bukkit.util.BlockVector;
import org.jetbrains.annotations.NotNull;
@ -24,7 +25,7 @@ import org.jetbrains.annotations.NotNull;
* world folder, a DataPack, or the server's own default resources, so that the
* StructureManager can find it.
*/
public interface Structure {
public interface Structure extends PersistentDataHolder {
/**
* Gets the current size of the structure.