#501: Add PersistentDataHolder to Chunk

This commit is contained in:
Nesaak 2020-10-17 17:37:10 +11:00 committed by md_5
parent 9165c3c0b0
commit 92b99cde85
No known key found for this signature in database
GPG key ID: E8E901AC7C617C11

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