mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-07-01 02:46:41 +00:00
shift extent queue methods
This commit is contained in:
@ -272,4 +272,9 @@ public interface World extends Extent {
|
||||
@Override
|
||||
int hashCode();
|
||||
|
||||
@Override
|
||||
default boolean isWorld() {
|
||||
return true;
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user