Package com.github.spigotbasics.core
Object Spiper
-
- All Implemented Interfaces:
public class Spiper
Facade for PaperLib
-
-
Method Summary
Modifier and Type Method Description final CompletableFuture<Boolean>
teleportAsync(Entity entity, Location location)
final Unit
teleportAsync(Entity entity, Location location, PlayerTeleportEvent.TeleportCause reason)
final CompletableFuture<Chunk>
getChunkAt(Location location)
final CompletableFuture<List<Chunk>>
getSurroundingChunksAsync(Location location, Integer distance)
final Boolean
isPaper()
-
-
Method Detail
-
teleportAsync
final CompletableFuture<Boolean> teleportAsync(Entity entity, Location location)
-
teleportAsync
final Unit teleportAsync(Entity entity, Location location, PlayerTeleportEvent.TeleportCause reason)
-
getChunkAt
final CompletableFuture<Chunk> getChunkAt(Location location)
-
getSurroundingChunksAsync
final CompletableFuture<List<Chunk>> getSurroundingChunksAsync(Location location, Integer distance)
-
-
-
-