#501: Add PersistentDataHolder to Chunk

By: Nesaak <52047222+Nesaak@users.noreply.github.com>
This commit is contained in:
Bukkit/Spigot
2020-10-17 17:37:10 +11:00
parent 41c261923a
commit 73f42f8bd4

View File

@@ -5,13 +5,14 @@ import org.bukkit.block.Block;
import org.bukkit.block.BlockState;
import org.bukkit.block.data.BlockData;
import org.bukkit.entity.Entity;
import org.bukkit.persistence.PersistentDataHolder;
import org.bukkit.plugin.Plugin;
import org.jetbrains.annotations.NotNull;
/**
* Represents a chunk of blocks
*/
public interface Chunk {
public interface Chunk extends PersistentDataHolder {
/**
* Gets the X-coordinate of this chunk