Package-level declarations
Types
Link copied to clipboard
A record that bundles animation packets for both standard clients and modded clients.
Link copied to clipboard
interface DisplayTransformer
Handles the transformation (position, scale, rotation) of a display entity.
Link copied to clipboard
Represents a hitbox for a model part, allowing for interaction and collision detection.
Link copied to clipboard
interface HitBoxListener
Listens for events related to a HitBox, such as damage, interaction, and mounting.
Link copied to clipboard
interface Identifiable
Represents an object that can be identified by a unique ID and a UUID.
Link copied to clipboard
interface ModAnimationBundler
A bundler that sends animation data to a player.
Link copied to clipboard
Represents an item display entity used for rendering model parts.
Link copied to clipboard
enum ModelInteractionHand
Represents the hand used during an interaction with a model hitbox.
Link copied to clipboard
interface ModelNametag
Represents a nametag associated with a model part.
Link copied to clipboard
enum NMSVersion
Enumerates supported Minecraft server versions and their associated metadata.
Link copied to clipboard
interface PacketBundler
Collects multiple packets to be sent together to a player.
Link copied to clipboard
Manages the network channel for a player, allowing for packet interception and injection.