Interface ClientCommonPacketListener
- All Superinterfaces:
ClientboundPacketListener,IClientCommonPacketListenerExtension,PacketListener
- All Known Subinterfaces:
ClientConfigurationPacketListener,ClientGamePacketListener
- All Known Implementing Classes:
ClientCommonPacketListenerImpl,ClientConfigurationPacketListenerImpl,ClientPacketListener
public interface ClientCommonPacketListener
extends ClientboundPacketListener, IClientCommonPacketListenerExtension
-
Method Summary
Modifier and TypeMethodDescriptionvoidvoidhandleDisconnect(ClientboundDisconnectPacket p_294847_) voidhandleKeepAlive(ClientboundKeepAlivePacket p_295236_) voidhandlePing(ClientboundPingPacket p_296451_) voidvoidvoidhandleUpdateTags(ClientboundUpdateTagsPacket p_294883_) Methods inherited from interface net.minecraft.network.ClientboundPacketListener
flowMethods inherited from interface net.neoforged.neoforge.common.extensions.IClientCommonPacketListenerExtension
getConnection, getMainThreadEventLoop, getMinecraft, isConnected, isConnected, isVanillaConnection, send, sendMethods inherited from interface net.minecraft.network.PacketListener
fillCrashReport, fillListenerSpecificCrashDetails, isAcceptingMessages, onDisconnect, protocol, shouldHandleMessage, shouldPropagateHandlingExceptions
-
Method Details
-
handleKeepAlive
-
handlePing
-
handleCustomPayload
-
handleDisconnect
-
handleResourcePackPush
-
handleResourcePackPop
-
handleUpdateTags
-