public interface INetHandlerPlayServer extends INetHandler
| Modifier and Type | Method and Description |
|---|---|
void |
processAnimation(C0APacketAnimation p_147350_1_)
Processes the player swinging its held item
|
void |
processChatMessage(C01PacketChatMessage p_147354_1_)
Process chat messages (broadcast back to clients) and commands (executes)
|
void |
processClickWindow(C0EPacketClickWindow p_147351_1_)
Executes a container/inventory slot manipulation as indicated by the packet.
|
void |
processClientSettings(C15PacketClientSettings p_147352_1_)
Updates serverside copy of client settings: language, render distance, chat visibility, chat colours, difficulty,
and whether to show the cape
|
void |
processClientStatus(C16PacketClientStatus p_147342_1_)
Processes the client status updates: respawn attempt from player, opening statistics or achievements, or
acquiring 'open inventory' achievement
|
void |
processCloseWindow(C0DPacketCloseWindow p_147356_1_)
Processes the client closing windows (container)
|
void |
processConfirmTransaction(C0FPacketConfirmTransaction p_147339_1_)
Received in response to the server requesting to confirm that the client-side open container matches the servers'
after a mismatched container-slot manipulation.
|
void |
processCreativeInventoryAction(C10PacketCreativeInventoryAction p_147344_1_)
Update the server with an ItemStack in a slot.
|
void |
processEnchantItem(C11PacketEnchantItem p_147338_1_)
Enchants the item identified by the packet given some convoluted conditions (matching window, which
should/shouldn't be in use?)
|
void |
processEntityAction(C0BPacketEntityAction p_147357_1_)
Processes a range of action-types: sneaking, sprinting, waking from sleep, opening the inventory or setting jump
height of the horse the player is riding
|
void |
processHeldItemChange(C09PacketHeldItemChange p_147355_1_)
Updates which quickbar slot is selected
|
void |
processInput(C0CPacketInput p_147358_1_)
Processes player movement input.
|
void |
processKeepAlive(C00PacketKeepAlive p_147353_1_)
Updates a players' ping statistics
|
void |
processPlayer(C03PacketPlayer p_147347_1_)
Processes clients perspective on player positioning and/or orientation
|
void |
processPlayerAbilities(C13PacketPlayerAbilities p_147348_1_)
Processes a player starting/stopping flying
|
void |
processPlayerBlockPlacement(C08PacketPlayerBlockPlacement p_147346_1_)
Processes block placement and block activation (anvil, furnace, etc.)
|
void |
processPlayerDigging(C07PacketPlayerDigging p_147345_1_)
Processes the player initiating/stopping digging on a particular spot, as well as a player dropping items?.
|
void |
processTabComplete(C14PacketTabComplete p_147341_1_)
Retrieves possible tab completions for the requested command string and sends them to the client
|
void |
processUpdateSign(C12PacketUpdateSign p_147343_1_) |
void |
processUseEntity(C02PacketUseEntity p_147340_1_)
Processes interactions ((un)leashing, opening command block GUI) and attacks on an entity with players currently
equipped item
|
void |
processVanilla250Packet(C17PacketCustomPayload p_147349_1_)
Synchronizes serverside and clientside book contents and signing
|
onConnectionStateTransition, onDisconnect, onNetworkTickvoid processAnimation(C0APacketAnimation p_147350_1_)
void processChatMessage(C01PacketChatMessage p_147354_1_)
void processTabComplete(C14PacketTabComplete p_147341_1_)
void processClientStatus(C16PacketClientStatus p_147342_1_)
void processClientSettings(C15PacketClientSettings p_147352_1_)
void processConfirmTransaction(C0FPacketConfirmTransaction p_147339_1_)
void processEnchantItem(C11PacketEnchantItem p_147338_1_)
void processClickWindow(C0EPacketClickWindow p_147351_1_)
void processCloseWindow(C0DPacketCloseWindow p_147356_1_)
void processVanilla250Packet(C17PacketCustomPayload p_147349_1_)
void processUseEntity(C02PacketUseEntity p_147340_1_)
void processKeepAlive(C00PacketKeepAlive p_147353_1_)
void processPlayer(C03PacketPlayer p_147347_1_)
void processPlayerAbilities(C13PacketPlayerAbilities p_147348_1_)
void processPlayerDigging(C07PacketPlayerDigging p_147345_1_)
void processEntityAction(C0BPacketEntityAction p_147357_1_)
void processInput(C0CPacketInput p_147358_1_)
void processHeldItemChange(C09PacketHeldItemChange p_147355_1_)
void processCreativeInventoryAction(C10PacketCreativeInventoryAction p_147344_1_)
void processUpdateSign(C12PacketUpdateSign p_147343_1_)
void processPlayerBlockPlacement(C08PacketPlayerBlockPlacement p_147346_1_)