Package net.minecraft.network.handler
Interface NetworkStateTransitionHandler
- All Known Implementing Classes:
DecoderHandler
public interface NetworkStateTransitionHandler
- Mappings:
Namespace Name official uq
intermediary net/minecraft/class_8700
named net/minecraft/network/handler/NetworkStateTransitionHandler
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
handle
(Attribute<NetworkState.PacketHandler<?>> protocolAttribute, Packet<?> packet)
-
Method Details
-
handle
- Mappings:
Namespace Name Mixin selector official a
Luq;a(Lio/netty/util/Attribute;Lxf;)V
intermediary method_53011
Lnet/minecraft/class_8700;method_53011(Lio/netty/util/Attribute;Lnet/minecraft/class_2596;)V
named handle
Lnet/minecraft/network/handler/NetworkStateTransitionHandler;handle(Lio/netty/util/Attribute;Lnet/minecraft/network/packet/Packet;)V
-