ScheduledPacketHandler

Functional interface for handling scheduled packets.

Since

1.15.2

Functions

Link copied to clipboard
abstract fun handle(@NotNull tracker: @NotNull Tracker, @NotNull bundlerSet: @NotNull Tracker.BundlerSet)
Handles packets for a tracker.
Link copied to clipboard
@NotNull
open fun then(@NotNull other: @NotNull Tracker.ScheduledPacketHandler): @NotNull Tracker.ScheduledPacketHandler
Chains this handler with another.