mirror of
https://github.com/trainerlord/WorldSystem.git
synced 2024-12-02 13:23:21 +01:00
Update WorldCreateEvent.java
This commit is contained in:
parent
2c7a244666
commit
4d8a6c0d2b
@ -49,11 +49,5 @@ public class WorldCreateEvent extends WorldEvent {
|
||||
public void setWorldCreator(WorldCreator worldCreator) {
|
||||
this.worldCreator = worldCreator;
|
||||
}
|
||||
public class PaperLib {
|
||||
public static CompletableFuture<Chunk> getChunkAtAsync(Location loc);
|
||||
public static CompletableFuture<Chunk> getChunkAtAsync(Location loc, boolean gen);
|
||||
public static CompletableFuture<Chunk> getChunkAtAsync(World world, int x, int z);
|
||||
public static CompletableFuture<Chunk> getChunkAtAsync(World world, int x, int z, boolean gen);
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user