toggle menu
core
git-2534f55
jvm
switch theme
search in API
core
/
com.github.spigotbasics.core
/
Spiper
Spiper
object
Spiper
Facade for PaperLib
Members
Properties
is
Paper
Link copied to clipboard
val
isPaper
:
Boolean
Functions
get
Chunk
At
Link copied to clipboard
fun
getChunkAt
(
location
:
Location
)
:
CompletableFuture
<
Chunk
?
>
get
Surrounding
Chunks
Async
Link copied to clipboard
fun
getSurroundingChunksAsync
(
location
:
Location
,
distance
:
Int
)
:
CompletableFuture
<
List
<
Chunk
?
>
>
teleport
Async
Link copied to clipboard
fun
teleportAsync
(
entity
:
Entity
,
location
:
Location
)
:
CompletableFuture
<
Boolean
>
fun
teleportAsync
(
entity
:
Entity
,
location
:
Location
,
reason
:
PlayerTeleportEvent.TeleportCause
)