#742: Make World implement Keyed

This commit is contained in:
pop4959 2022-05-09 18:07:47 +10:00 committed by md_5
parent 3151477447
commit 312281eade
No known key found for this signature in database
GPG key ID: E8E901AC7C617C11

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