Package net.minecraft.network.handler
Interface NetworkStateTransitionHandler
- All Known Implementing Classes:
DecoderHandler
public interface NetworkStateTransitionHandler
- Mappings:
Namespace Name named net/minecraft/network/handler/NetworkStateTransitionHandler
intermediary net/minecraft/class_8700
official wy
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
onDecoded
(ChannelHandlerContext context, Packet<?> packet) static void
onEncoded
(ChannelHandlerContext context, Packet<?> packet)
-
Method Details
-
onDecoded
- Mappings:
Namespace Name Mixin selector named onDecoded
Lnet/minecraft/network/handler/NetworkStateTransitionHandler;onDecoded(Lio/netty/channel/ChannelHandlerContext;Lnet/minecraft/network/packet/Packet;)V
intermediary method_56347
Lnet/minecraft/class_8700;method_56347(Lio/netty/channel/ChannelHandlerContext;Lnet/minecraft/class_2596;)V
official a
Lwy;a(Lio/netty/channel/ChannelHandlerContext;Lzw;)V
-
onEncoded
- Mappings:
Namespace Name Mixin selector named onEncoded
Lnet/minecraft/network/handler/NetworkStateTransitionHandler;onEncoded(Lio/netty/channel/ChannelHandlerContext;Lnet/minecraft/network/packet/Packet;)V
intermediary method_56348
Lnet/minecraft/class_8700;method_56348(Lio/netty/channel/ChannelHandlerContext;Lnet/minecraft/class_2596;)V
official b
Lwy;b(Lio/netty/channel/ChannelHandlerContext;Lzw;)V
-