BetterModel
Toggle table of contents
1.13.5-SNAPSHOT-406
api
Target filter
api
Switch theme
Search in API
Skip to content
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.