Interface ClientCommonPacketListener
- All Superinterfaces:
ClientboundPacketListener,ClientCookiePacketListener,IClientCommonPacketListenerExtension,ICommonPacketListener,PacketListener
- All Known Subinterfaces:
ClientConfigurationPacketListener,ClientGamePacketListener
- All Known Implementing Classes:
ClientCommonPacketListenerImpl,ClientConfigurationPacketListenerImpl,ClientPacketListener
public interface ClientCommonPacketListener
extends ClientCookiePacketListener, IClientCommonPacketListenerExtension
-
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidvoidvoidvoidhandlePing(ClientboundPingPacket packet) voidvoidvoidvoidvoidvoidvoidMethods inherited from interface net.minecraft.network.ClientboundPacketListener
flowMethods inherited from interface net.minecraft.network.protocol.cookie.ClientCookiePacketListener
handleRequestCookieMethods inherited from interface net.neoforged.neoforge.common.extensions.IClientCommonPacketListenerExtension
disconnect, sendMethods inherited from interface net.neoforged.neoforge.common.extensions.ICommonPacketListener
getConnection, getConnectionType, getMainThreadEventLoop, hasChannel, hasChannel, hasChannel, sendMethods inherited from interface net.minecraft.network.PacketListener
createDisconnectionInfo, fillCrashReport, fillListenerSpecificCrashDetails, isAcceptingMessages, onDisconnect, onPacketError, protocol, shouldHandleMessage
-
Method Details
-
handleKeepAlive
-
handlePing
-
handleCustomPayload
-
handleDisconnect
-
handleResourcePackPush
-
handleResourcePackPop
-
handleUpdateTags
-
handleStoreCookie
-
handleTransfer
-
handleCustomReportDetails
-
handleServerLinks
-
handleClearDialog
-
handleShowDialog
-