Package net.minecraft.network.listener
Interface ClientConfigurationPacketListener
- All Superinterfaces:
ClientCommonPacketListener
,ClientPacketListener
,PacketListener
- All Known Implementing Classes:
ClientConfigurationNetworkHandler
- Mappings:
Namespace Name official yt
intermediary net/minecraft/class_8732
named net/minecraft/network/listener/ClientConfigurationPacketListener
-
Method Summary
Modifier and TypeMethodDescriptiondefault NetworkState
getState()
void
void
onFeatures
(FeaturesS2CPacket packet) void
onReady
(ReadyS2CPacket packet) Methods inherited from interface net.minecraft.network.listener.ClientCommonPacketListener
onCustomPayload, onDisconnect, onKeepAlive, onPing, onResourcePackRemove, onResourcePackSend, onSynchronizeTags
Methods inherited from interface net.minecraft.network.listener.ClientPacketListener
getSide
Methods inherited from interface net.minecraft.network.listener.PacketListener
accepts, addCustomCrashReportInfo, fillCrashReport, isConnectionOpen, onDisconnected, shouldCrashOnException
-
Method Details
-
getState
- Specified by:
getState
in interfacePacketListener
- Mappings:
Namespace Name Mixin selector official b
Luo;b()Luh;
intermediary method_52280
Lnet/minecraft/class_2547;method_52280()Lnet/minecraft/class_2539;
named getState
Lnet/minecraft/network/listener/PacketListener;getState()Lnet/minecraft/network/NetworkState;
-
onReady
- Mappings:
Namespace Name Mixin selector official a
Lyt;a(Lyu;)V
intermediary method_52794
Lnet/minecraft/class_8732;method_52794(Lnet/minecraft/class_8733;)V
named onReady
Lnet/minecraft/network/listener/ClientConfigurationPacketListener;onReady(Lnet/minecraft/network/packet/s2c/config/ReadyS2CPacket;)V
-
onDynamicRegistries
- Mappings:
Namespace Name Mixin selector official a
Lyt;a(Lyv;)V
intermediary method_52795
Lnet/minecraft/class_8732;method_52795(Lnet/minecraft/class_8734;)V
named onDynamicRegistries
Lnet/minecraft/network/listener/ClientConfigurationPacketListener;onDynamicRegistries(Lnet/minecraft/network/packet/s2c/config/DynamicRegistriesS2CPacket;)V
-
onFeatures
- Mappings:
Namespace Name Mixin selector official a
Lyt;a(Lyw;)V
intermediary method_52796
Lnet/minecraft/class_8732;method_52796(Lnet/minecraft/class_7832;)V
named onFeatures
Lnet/minecraft/network/listener/ClientConfigurationPacketListener;onFeatures(Lnet/minecraft/network/packet/s2c/config/FeaturesS2CPacket;)V
-