#742: Make World implement Keyed

By: pop4959 <pop4959@gmail.com>
This commit is contained in:
Bukkit/Spigot 2022-05-09 18:07:47 +10:00
parent 0854352e80
commit 4dea0ab04a

View File

@ -40,7 +40,7 @@ import org.jetbrains.annotations.Nullable;
/**
* Represents a world, which may contain entities, chunks and blocks
*/
public interface World extends RegionAccessor, WorldInfo, PluginMessageRecipient, Metadatable, PersistentDataHolder {
public interface World extends RegionAccessor, WorldInfo, PluginMessageRecipient, Metadatable, PersistentDataHolder, Keyed {
/**
* Gets the {@link Block} at the given coordinates