Package net.minecraft.network.handler
Interface NetworkStateTransitionHandler
- All Known Implementing Classes:
 DecoderHandler
public interface NetworkStateTransitionHandler
- Mappings:
 Namespace Name named net/minecraft/network/handler/NetworkStateTransitionHandlerintermediary net/minecraft/class_8700official vy
- 
Method Summary
Static MethodsModifier and TypeMethodDescriptionstatic voidonDecoded(ChannelHandlerContext context, Packet<?> packet) static voidonEncoded(ChannelHandlerContext context, Packet<?> packet)  
- 
Method Details
- 
onDecoded
- Mappings:
 Namespace Name Mixin selector named onDecodedLnet/minecraft/network/handler/NetworkStateTransitionHandler;onDecoded(Lio/netty/channel/ChannelHandlerContext;Lnet/minecraft/network/packet/Packet;)Vintermediary method_56347Lnet/minecraft/class_8700;method_56347(Lio/netty/channel/ChannelHandlerContext;Lnet/minecraft/class_2596;)Vofficial aLvy;a(Lio/netty/channel/ChannelHandlerContext;Lyw;)V
 - 
onEncoded
- Mappings:
 Namespace Name Mixin selector named onEncodedLnet/minecraft/network/handler/NetworkStateTransitionHandler;onEncoded(Lio/netty/channel/ChannelHandlerContext;Lnet/minecraft/network/packet/Packet;)Vintermediary method_56348Lnet/minecraft/class_8700;method_56348(Lio/netty/channel/ChannelHandlerContext;Lnet/minecraft/class_2596;)Vofficial bLvy;b(Lio/netty/channel/ChannelHandlerContext;Lyw;)V
 
 -