Package net.minecraft.network.listener
Interface ClientConfigurationPacketListener
- All Superinterfaces:
ClientCommonPacketListener
,ClientCookieRequestPacketListener
,ClientPacketListener
,PacketListener
- All Known Implementing Classes:
ClientConfigurationNetworkHandler
- Mappings:
Namespace Name named net/minecraft/network/listener/ClientConfigurationPacketListener
intermediary net/minecraft/class_8732
official abq
-
Method Summary
Modifier and TypeMethodDescriptiondefault NetworkPhase
getPhase()
void
void
onFeatures
(FeaturesS2CPacket packet) void
onReady
(ReadyS2CPacket packet) void
onResetChat
(ResetChatS2CPacket packet) void
Methods inherited from interface net.minecraft.network.listener.ClientCommonPacketListener
onCustomPayload, onDisconnect, onKeepAlive, onPing, onResourcePackRemove, onResourcePackSend, onServerTransfer, onStoreCookie, onSynchronizeTags
Methods inherited from interface net.minecraft.network.listener.ClientCookieRequestPacketListener
onCookieRequest
Methods inherited from interface net.minecraft.network.listener.ClientPacketListener
getSide
Methods inherited from interface net.minecraft.network.listener.PacketListener
accepts, addCustomCrashReportInfo, fillCrashReport, isConnectionOpen, onDisconnected, onPacketException
-
Method Details
-
getPhase
- Specified by:
getPhase
in interfacePacketListener
- Mappings:
Namespace Name Mixin selector named getPhase
Lnet/minecraft/network/listener/PacketListener;getPhase()Lnet/minecraft/network/NetworkPhase;
intermediary method_52280
Lnet/minecraft/class_2547;method_52280()Lnet/minecraft/class_2539;
official b
Lwv;b()Lwl;
-
onReady
- Mappings:
Namespace Name Mixin selector named onReady
Lnet/minecraft/network/listener/ClientConfigurationPacketListener;onReady(Lnet/minecraft/network/packet/s2c/config/ReadyS2CPacket;)V
intermediary method_52794
Lnet/minecraft/class_8732;method_52794(Lnet/minecraft/class_8733;)V
official a
Labq;a(Labr;)V
-
onDynamicRegistries
- Mappings:
Namespace Name Mixin selector named onDynamicRegistries
Lnet/minecraft/network/listener/ClientConfigurationPacketListener;onDynamicRegistries(Lnet/minecraft/network/packet/s2c/config/DynamicRegistriesS2CPacket;)V
intermediary method_52795
Lnet/minecraft/class_8732;method_52795(Lnet/minecraft/class_8734;)V
official a
Labq;a(Labs;)V
-
onFeatures
- Mappings:
Namespace Name Mixin selector named onFeatures
Lnet/minecraft/network/listener/ClientConfigurationPacketListener;onFeatures(Lnet/minecraft/network/packet/s2c/config/FeaturesS2CPacket;)V
intermediary method_52796
Lnet/minecraft/class_8732;method_52796(Lnet/minecraft/class_7832;)V
official a
Labq;a(Labv;)V
-
onSelectKnownPacks
- Mappings:
Namespace Name Mixin selector named onSelectKnownPacks
Lnet/minecraft/network/listener/ClientConfigurationPacketListener;onSelectKnownPacks(Lnet/minecraft/network/packet/s2c/config/SelectKnownPacksS2CPacket;)V
intermediary method_57045
Lnet/minecraft/class_8732;method_57045(Lnet/minecraft/class_9250;)V
official a
Labq;a(Labu;)V
-
onResetChat
- Mappings:
Namespace Name Mixin selector named onResetChat
Lnet/minecraft/network/listener/ClientConfigurationPacketListener;onResetChat(Lnet/minecraft/network/packet/s2c/config/ResetChatS2CPacket;)V
intermediary method_58577
Lnet/minecraft/class_8732;method_58577(Lnet/minecraft/class_9448;)V
official a
Labq;a(Labt;)V
-