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