mirror of
https://github.com/trainerlord/WorldSystem.git
synced 2025-01-21 21:01:53 +01:00
Update WorldCreateEvent.java
This commit is contained in:
parent
9f05232fed
commit
2c7a244666
@ -49,5 +49,11 @@ public class WorldCreateEvent extends WorldEvent {
|
|||||||
public void setWorldCreator(WorldCreator worldCreator) {
|
public void setWorldCreator(WorldCreator worldCreator) {
|
||||||
this.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