Package net.minecraft.network.handler
Interface NetworkStateTransitions.DecoderTransitioner
- Enclosing class:
NetworkStateTransitions
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
- Mappings:
Namespace Name named net/minecraft/network/handler/NetworkStateTransitions$DecoderTransitioner
intermediary net/minecraft/class_9130$class_9132
official xe$b
-
Method Summary
Modifier and TypeMethodDescriptionandThen
(NetworkStateTransitions.DecoderTransitioner decoderTransitioner) void
run
(ChannelHandlerContext context)
-
Method Details
-
run
- Mappings:
Namespace Name Mixin selector named run
Lnet/minecraft/network/handler/NetworkStateTransitions$DecoderTransitioner;run(Lio/netty/channel/ChannelHandlerContext;)V
intermediary run
Lnet/minecraft/class_9130$class_9132;run(Lio/netty/channel/ChannelHandlerContext;)V
official run
Lxe$b;run(Lio/netty/channel/ChannelHandlerContext;)V
-
andThen
default NetworkStateTransitions.DecoderTransitioner andThen(NetworkStateTransitions.DecoderTransitioner decoderTransitioner)
-