Class MixinClientConfigurationPacketListenerImpl

java.lang.Object
net.minecraft.client.multiplayer.ClientCommonPacketListenerImpl
com.viaversion.viafabricplus.injection.mixin.features.networking.config_state.MixinClientConfigurationPacketListenerImpl
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 MixinClientConfigurationPacketListenerImpl 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

    Constructors
    Modifier
    Constructor
    Description
    protected
    MixinClientConfigurationPacketListenerImpl(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, showDialog

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface net.minecraft.network.ClientboundPacketListener

    flow

    Methods inherited from interface net.minecraft.network.protocol.common.ClientCommonPacketListener

    handleUpdateTags

    Methods inherited from interface net.minecraft.network.PacketListener

    fillCrashReport, isAcceptingMessages, protocol
  • Constructor Details

    • MixinClientConfigurationPacketListenerImpl

      protected MixinClientConfigurationPacketListenerImpl(net.minecraft.client.Minecraft client, net.minecraft.network.Connection connection, net.minecraft.client.multiplayer.CommonListenerCookie connectionState)