Class ClientConfigurationPacketListenerImplMixin

java.lang.Object
net.minecraft.client.multiplayer.ClientCommonPacketListenerImpl
net.fabricmc.fabric.mixin.networking.client.ClientConfigurationPacketListenerImplMixin
All Implemented Interfaces:
PacketContextProvider, PacketListenerExtensions, 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 ClientConfigurationPacketListenerImplMixin extends net.minecraft.client.multiplayer.ClientCommonPacketListenerImpl implements PacketListenerExtensions
  • 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, connectionType, customReportDetails, isTransferring, minecraft, postDisconnectScreen, seenInsecureChatWarning, seenPlayers, serverBrand, serverCookies, serverData, telemetryManager
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    ClientConfigurationPacketListenerImplMixin(net.minecraft.client.Minecraft client, net.minecraft.network.Connection connection, net.minecraft.client.multiplayer.CommonListenerCookie connectionState)
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
    void
    handleComplete(net.minecraft.network.protocol.configuration.ClientboundFinishConfigurationPacket packet, org.spongepowered.asm.mixin.injection.callback.CallbackInfo ci, net.minecraft.core.RegistryAccess.Frozen registryAccess)
     

    Methods inherited from class net.minecraft.client.multiplayer.ClientCommonPacketListenerImpl

    clearDialog, createDialogAccess, createDisconnectionInfo, createDisconnectScreen, fillListenerSpecificCrashDetails, getConnection, getPacketProcessor, 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 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.neoforged.neoforge.common.extensions.IClientCommonPacketListenerExtension

    disconnect, send

    Methods inherited from interface net.neoforged.neoforge.common.extensions.ICommonPacketListener

    getConnectionType, hasChannel, hasChannel, hasChannel

    Methods inherited from interface PacketContextProvider

    getPacketContext

    Methods inherited from interface net.minecraft.network.PacketListener

    fillCrashReport, isAcceptingMessages, protocol
  • Constructor Details

    • ClientConfigurationPacketListenerImplMixin

      protected ClientConfigurationPacketListenerImplMixin(net.minecraft.client.Minecraft client, net.minecraft.network.Connection connection, net.minecraft.client.multiplayer.CommonListenerCookie connectionState)
  • Method Details

    • handleComplete

      public void handleComplete(net.minecraft.network.protocol.configuration.ClientboundFinishConfigurationPacket packet, org.spongepowered.asm.mixin.injection.callback.CallbackInfo ci, net.minecraft.core.RegistryAccess.Frozen registryAccess)
    • getAddon

      Specified by:
      getAddon in interface PacketListenerExtensions