mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-06-12 04:23:54 +00:00
Implement methods
This commit is contained in:
@ -1392,6 +1392,11 @@ public class AsyncWorld extends PassthroughExtent implements World {
|
||||
return parent.isDayTime();
|
||||
}
|
||||
|
||||
@Override
|
||||
public long getGameTime() {
|
||||
return parent.getGameTime();
|
||||
}
|
||||
|
||||
@Override
|
||||
@Deprecated
|
||||
public void getChunkAtAsync(int x, int z, @NotNull ChunkLoadCallback cb) {
|
||||
|
Reference in New Issue
Block a user