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$DecoderTransitionerintermediary net/minecraft/class_9130$class_9132official xk$b
- 
Method Summary
Modifier and TypeMethodDescriptionandThen(NetworkStateTransitions.DecoderTransitioner decoderTransitioner) voidrun(ChannelHandlerContext context)  
- 
Method Details
- 
run
- Mappings:
 Namespace Name Mixin selector named runLnet/minecraft/network/handler/NetworkStateTransitions$DecoderTransitioner;run(Lio/netty/channel/ChannelHandlerContext;)Vintermediary runLnet/minecraft/class_9130$class_9132;run(Lio/netty/channel/ChannelHandlerContext;)Vofficial runLxk$b;run(Lio/netty/channel/ChannelHandlerContext;)V
 - 
andThen
default NetworkStateTransitions.DecoderTransitioner andThen(NetworkStateTransitions.DecoderTransitioner decoderTransitioner)  
 -