AnimationBundler

A record that bundles animation packets for both standard clients and modded clients.

Since

2.2.1

Parameters

standard

the packet bundler for standard Minecraft clients

mod

the packet bundler for clients with the specific mod enabled

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
abstract fun equals(p: Any): Boolean
Link copied to clipboard
abstract fun hashCode(): Int
Link copied to clipboard
open fun isNotEmpty(): Boolean
Checks if there are any animation packets to be sent.
Link copied to clipboard
open fun send(@NotNull handler: @NotNull PlayerChannelHandler)
Sends the appropriate animation packets to the player based on their client type.
Link copied to clipboard
abstract fun toString(): String