接口 ClientCommonPacketListener
- 所有超级接口:
ClientboundPacketListener
,ClientCookiePacketListener
,IClientCommonPacketListenerExtension
,ICommonPacketListener
,PacketListener
public interface ClientCommonPacketListener
extends ClientCookiePacketListener, IClientCommonPacketListenerExtension
-
方法概要
修饰符和类型方法说明void
handleClearDialog
(ClientboundClearDialogPacket p_425953_) void
void
void
handleDisconnect
(ClientboundDisconnectPacket p_294847_) void
handleKeepAlive
(ClientboundKeepAlivePacket p_295236_) void
handlePing
(ClientboundPingPacket p_296451_) void
void
void
handleServerLinks
(ClientboundServerLinksPacket p_350776_) void
handleShowDialog
(ClientboundShowDialogPacket p_425857_) void
handleStoreCookie
(ClientboundStoreCookiePacket p_320452_) void
handleTransfer
(ClientboundTransferPacket p_320836_) void
handleUpdateTags
(ClientboundUpdateTagsPacket p_294883_) 从接口继承的方法 net.minecraft.network.ClientboundPacketListener
flow
从接口继承的方法 net.minecraft.network.protocol.cookie.ClientCookiePacketListener
handleRequestCookie
从接口继承的方法 net.neoforged.neoforge.common.extensions.IClientCommonPacketListenerExtension
disconnect, send
从接口继承的方法 net.neoforged.neoforge.common.extensions.ICommonPacketListener
getConnection, getConnectionType, getMainThreadEventLoop, hasChannel, hasChannel, hasChannel, send
从接口继承的方法 net.minecraft.network.PacketListener
createDisconnectionInfo, fillCrashReport, fillListenerSpecificCrashDetails, isAcceptingMessages, onDisconnect, onPacketError, protocol, shouldHandleMessage
-
方法详细资料
-
handleKeepAlive
-
handlePing
-
handleCustomPayload
-
handleDisconnect
-
handleResourcePackPush
-
handleResourcePackPop
-
handleUpdateTags
-
handleStoreCookie
-
handleTransfer
-
handleCustomReportDetails
-
handleServerLinks
-
handleClearDialog
-
handleShowDialog
-