Class MixinClientPacketListener
java.lang.Object
net.minecraft.client.multiplayer.ClientCommonPacketListenerImpl
com.viaversion.viafabricplus.injection.mixin.features.networking.remove_signed_commands.MixinClientPacketListener
- All Implemented Interfaces:
net.minecraft.network.ClientboundPacketListener,net.minecraft.network.PacketListener,net.minecraft.network.protocol.common.ClientCommonPacketListener,net.minecraft.network.protocol.cookie.ClientCookiePacketListener
public abstract class MixinClientPacketListener
extends net.minecraft.client.multiplayer.ClientCommonPacketListenerImpl
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.client.multiplayer.ClientCommonPacketListenerImpl
net.minecraft.client.multiplayer.ClientCommonPacketListenerImpl.CommonDialogAccess -
Field Summary
Fields inherited from class net.minecraft.client.multiplayer.ClientCommonPacketListenerImpl
connection, customReportDetails, isTransferring, minecraft, postDisconnectScreen, seenInsecureChatWarning, seenPlayers, serverBrand, serverCookies, serverData, telemetryManager -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedMixinClientPacketListener(net.minecraft.client.Minecraft client, net.minecraft.network.Connection connection, net.minecraft.client.multiplayer.CommonListenerCookie connectionState) -
Method Summary
Methods inherited from class net.minecraft.client.multiplayer.ClientCommonPacketListenerImpl
clearDialog, createDialogAccess, createDisconnectionInfo, createDisconnectScreen, fillListenerSpecificCrashDetails, handleClearDialog, handleCustomPayload, handleCustomPayload, handleCustomReportDetails, handleDisconnect, handleKeepAlive, handlePing, handleRequestCookie, handleResourcePackPop, handleResourcePackPush, handleServerLinks, handleShowDialog, handleStoreCookie, handleTransfer, onDisconnect, onPacketError, send, sendDeferredPackets, serverBrand, serverLinks, shouldHandleMessage, showDialog, showDialogMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.network.ClientboundPacketListener
flowMethods inherited from interface net.minecraft.network.protocol.common.ClientCommonPacketListener
handleUpdateTagsMethods inherited from interface net.minecraft.network.PacketListener
fillCrashReport, isAcceptingMessages, protocol
-
Constructor Details
-
MixinClientPacketListener
protected MixinClientPacketListener(net.minecraft.client.Minecraft client, net.minecraft.network.Connection connection, net.minecraft.client.multiplayer.CommonListenerCookie connectionState)
-