send

open fun send(@NotNull player: @NotNull Player)

Sends all packets to player

Parameters

player

target player


abstract fun send(@NotNull player: @NotNull Player, @NotNull onSuccess: @NotNull Runnable)

Sends all packets to player

Parameters

player

target player

onSuccess

listener on success