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
Chains this handler with another.