BetterModel
Toggle table of contents
1.8.2-SNAPSHOT-214
api
Platform filter
api
Switch theme
Search in API
BetterModel
api
/
kr.toxicity.model.api.nms
/
PacketBundler
Packet
Bundler
interface
PacketBundler
A packet bundler
Members
Functions
copy
Link copied to clipboard
@
NotNull
abstract
fun
copy
(
)
:
@
NotNull
PacketBundler
Copy this bundler
is
Empty
Link copied to clipboard
abstract
fun
isEmpty
(
)
:
Boolean
Checks this bundler is empty
send
Link copied to clipboard
open
fun
send
(
@
NotNull
player
:
@
NotNull
Player
)
abstract
fun
send
(
@
NotNull
player
:
@
NotNull
Player
,
@
NotNull
onSuccess
:
@
NotNull
Runnable
)
Sends all packets to player