PacketBundler

interface PacketBundler

A packet bundler

Functions

Link copied to clipboard
@NotNull
abstract fun copy(): @NotNull PacketBundler
Copy this bundler
Link copied to clipboard
abstract fun isEmpty(): Boolean
Checks this bundler is empty
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
Link copied to clipboard
abstract fun useEntityTrack(): Boolean
Checks this bundler uses entity track