PacketAPI
Properties
Access to connection-related packet operations.
Access to entity-related packet operations.
Access to environment-related packet operations.
Access to interaction-related packet operations.
Access to inventory-related packet operations.
Functions
Creates a new FakeEntityBuilder for faking an entity to the player.
Creates a new PacketListener instance backed by the global Netty pipeline hooks.
Sends a fake equipment packet to the player for the specified entity slot.
Sends a fake experience bar update to the player via a packet.
Sends a fake explosion effect to the player at the given location.
Fakes the progress bars (cook time, fuel) in a furnace GUI for the player.
Fakes an item in a specific inventory slot for the player.
Sends a fake lightning strike effect to the player at the given location.
Fakes the display name of a player in the tab list or above their head.
Sends a fake statistic update to the player via a packet.
Forces the player's held item slot to the specified index via a packet.
Gets a CoroutineDispatcher that executes tasks on the player's Netty event loop.
Gets the network settings (e.g. protocol version, latency) for a player.
Hides the end credits screen for the player via a packet.
Hides an entity from the player via a packet.
Injects a player into the Netty pipeline to begin packet interception.
Plays a sound at a specific location for the player only, without affecting other players.
Locks an inventory slot for the player by sending a fake item packet.
Sends a fake block placement packet to the player at the given location.
Sends a fake block removal packet to the player at the given location, restoring the appearance of the original block.
Removes a player from the Netty pipeline, stopping packet interception.
Resets the player's camera back to their own perspective.
Resets the player's world border to the server's actual world border.
Sends an action bar message to the player via a packet.
Sets the player's camera to the specified entity.
Sends fake block changes to the player using a FakeBlockBuilder.
Sends a raw metadata update for an entity to the player.
Opens a sign editor for the player at the given location.
Sends a raw NMS packet object to the player.
Sends a particle effect to the player via a packet.
Sends a raw packet via a custom plugin channel.
Sends a world border update packet to the player.
Sends a block crack (mining progress) animation to the player.
Sends a bow/crossbow charging animation packet for an entity to the player.
Sets the player's camera to spectate the specified entity.
Sends an eating animation packet for an entity to the player.
Sets the glowing visual effect on an entity for the player via a metadata packet.
Sets the velocity/motion of an entity for the player via a packet.
Sets the on-fire visual state of an entity for the player via a metadata packet.
Sets the display scale of an entity for the player via a metadata packet.
Sets whether an entity appears upside-down for the player via a metadata packet.
Sends a fake biome override to the player for their current chunk.
Sends a fake sky/fog color to the player (via biome hack or similar).
Sends a fake time update to the player.
Sends a fake weather state to the player.
Sends a fake world border configuration to the player.
Sends a shield/sword guard pose packet for an entity to the player.
Sets a fake item cooldown for the player.
Sends a sleep animation packet for an entity at the given location to the player.
Sets the rain and thunder intensity levels for the player via packets.
Shows the end credits screen to the player via a packet.
Shows a previously hidden entity to the player.
Shows a fake death screen to the player via a packet.
Sends a fake entity type transformation to the player, making the entity appear as a different type without changing it server-side.
Updates the title of the player's currently open inventory via a packet.