mirror of
https://hub.spigotmc.org/stash/scm/spigot/bukkit.git
synced 2025-08-05 16:49:39 +00:00
#742: Make World implement Keyed
This commit is contained in:
parent
3151477447
commit
312281eade
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue