Interface ServerGamePacketListener
- All Superinterfaces:
PacketListener
,ServerPacketListener
- All Known Implementing Classes:
FakePlayer.FakePlayerNetHandler
,ServerGamePacketListenerImpl
-
Method Summary
Modifier and TypeMethodDescriptionvoid
void
handleAnimate
(ServerboundSwingPacket p_133781_) void
void
void
handleChat
(ServerboundChatPacket p_133743_) void
handleChatAck
(ServerboundChatAckPacket p_242214_) void
handleChatCommand
(ServerboundChatCommandPacket p_237920_) void
void
void
void
void
void
void
void
void
handleEditBook
(ServerboundEditBookPacket p_133752_) void
handleEntityTagQuery
(ServerboundEntityTagQuery p_133753_) void
handleInteract
(ServerboundInteractPacket p_133754_) void
void
handleKeepAlive
(ServerboundKeepAlivePacket p_133756_) void
void
handleMovePlayer
(ServerboundMovePlayerPacket p_133758_) void
handleMoveVehicle
(ServerboundMoveVehiclePacket p_133759_) void
handlePaddleBoat
(ServerboundPaddleBoatPacket p_133760_) void
handlePickItem
(ServerboundPickItemPacket p_133761_) void
handlePlaceRecipe
(ServerboundPlaceRecipePacket p_133762_) void
void
handlePlayerAction
(ServerboundPlayerActionPacket p_133764_) void
void
handlePlayerInput
(ServerboundPlayerInputPacket p_133766_) void
handlePong
(ServerboundPongPacket p_179536_) void
void
void
handleRenameItem
(ServerboundRenameItemPacket p_133769_) void
void
void
handleSelectTrade
(ServerboundSelectTradePacket p_133772_) void
handleSetBeaconPacket
(ServerboundSetBeaconPacket p_133773_) void
void
void
void
void
void
void
handleSignUpdate
(ServerboundSignUpdatePacket p_133780_) void
void
handleUseItem
(ServerboundUseItemPacket p_133784_) void
handleUseItemOn
(ServerboundUseItemOnPacket p_133783_) Methods inherited from interface net.minecraft.network.PacketListener
getConnection, onDisconnect
Methods inherited from interface net.minecraft.network.protocol.game.ServerPacketListener
shouldPropagateHandlingExceptions
-
Method Details
-
handleAnimate
-
handleChat
-
handleChatCommand
-
handleChatAck
-
handleClientCommand
-
handleClientInformation
-
handleContainerButtonClick
-
handleContainerClick
-
handlePlaceRecipe
-
handleContainerClose
-
handleCustomPayload
-
handleInteract
-
handleKeepAlive
-
handleMovePlayer
-
handlePong
-
handlePlayerAbilities
-
handlePlayerAction
-
handlePlayerCommand
-
handlePlayerInput
-
handleSetCarriedItem
-
handleSetCreativeModeSlot
-
handleSignUpdate
-
handleUseItemOn
-
handleUseItem
-
handleTeleportToEntityPacket
-
handleResourcePackResponse
-
handlePaddleBoat
-
handleMoveVehicle
-
handleAcceptTeleportPacket
-
handleRecipeBookSeenRecipePacket
-
handleRecipeBookChangeSettingsPacket
-
handleSeenAdvancements
-
handleCustomCommandSuggestions
-
handleSetCommandBlock
-
handleSetCommandMinecart
-
handlePickItem
-
handleRenameItem
-
handleSetBeaconPacket
-
handleSetStructureBlock
-
handleSelectTrade
-
handleEditBook
-
handleEntityTagQuery
-
handleBlockEntityTagQuery
-
handleSetJigsawBlock
-
handleJigsawGenerate
-
handleChangeDifficulty
-
handleLockDifficulty
-
handleChatSessionUpdate
-