类 MixinClientGamePacketListener
java.lang.Object
net.minecraft.client.multiplayer.ClientCommonPacketListenerImpl
mod.chloeprime.gunsmithlib.mixin.client.MixinClientGamePacketListener
- 所有已实现的接口:
net.minecraft.network.ClientboundPacketListener,net.minecraft.network.PacketListener,net.minecraft.network.protocol.common.ClientCommonPacketListener,net.minecraft.network.protocol.cookie.ClientCookiePacketListener,net.neoforged.neoforge.common.extensions.IClientCommonPacketListenerExtension,net.neoforged.neoforge.common.extensions.ICommonPacketListener
public abstract class MixinClientGamePacketListener
extends net.minecraft.client.multiplayer.ClientCommonPacketListenerImpl
-
字段概要
从类继承的字段 net.minecraft.client.multiplayer.ClientCommonPacketListenerImpl
connection, connectionType, customReportDetails, isTransferring, minecraft, postDisconnectScreen, serverBrand, serverCookies, serverData, serverLinks, strictErrorHandling, telemetryManager -
构造器概要
构造器构造器说明MixinClientGamePacketListener(net.minecraft.client.Minecraft minecraft, net.minecraft.network.Connection connection, net.minecraft.client.multiplayer.CommonListenerCookie commonListenerCookie) -
方法概要
从类继承的方法 net.minecraft.client.multiplayer.ClientCommonPacketListenerImpl
createDisconnectionInfo, createDisconnectScreen, fillListenerSpecificCrashDetails, getConnection, handleCustomPayload, handleCustomPayload, handleCustomReportDetails, handleDisconnect, handleKeepAlive, handlePing, handleRequestCookie, handleResourcePackPop, handleResourcePackPush, handleServerLinks, handleStoreCookie, handleTransfer, onDisconnect, onPacketError, send, sendDeferredPackets, serverBrand, shouldHandleMessage从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait从接口继承的方法 net.minecraft.network.ClientboundPacketListener
flow从接口继承的方法 net.minecraft.network.protocol.common.ClientCommonPacketListener
handleUpdateTags从接口继承的方法 net.neoforged.neoforge.common.extensions.IClientCommonPacketListenerExtension
disconnect, getMainThreadEventLoop, send从接口继承的方法 net.neoforged.neoforge.common.extensions.ICommonPacketListener
getConnectionType, hasChannel, hasChannel, hasChannel从接口继承的方法 net.minecraft.network.PacketListener
fillCrashReport, isAcceptingMessages, protocol
-
构造器详细资料
-
MixinClientGamePacketListener
public MixinClientGamePacketListener(net.minecraft.client.Minecraft minecraft, net.minecraft.network.Connection connection, net.minecraft.client.multiplayer.CommonListenerCookie commonListenerCookie)
-