BetterModel
Toggle table of contents
1.11.5-SNAPSHOT-343
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
is
Empty
Link copied to clipboard
abstract
fun
isEmpty
(
)
:
Boolean
Checks this bundler is empty
is
Not
Empty
Link copied to clipboard
open
fun
isNotEmpty
(
)
:
Boolean
Checks this bundler is not 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
size
Link copied to clipboard
abstract
fun
size
(
)
:
Int
Gets bundler's packet size.