net.minecraft.network.handler

public class NetworkStateTransitions

net.minecraft.network.UnconfiguredPipelineHandler
net.minecraft.class_9130
net.minecraft.network.handler.NetworkStateTransitions

Constructor summary

ModifierConstructor
public ()

Method summary

Modifier and TypeMethod
public static <T extends PacketListener> NetworkStateTransitions$DecoderTransitioner
setupInboundProtocol(ProtocolInfo<T> protocolInfo)
method_56356(class_9127<T> arg0)
decoderTransitioner(NetworkState<T> newState)
private static NetworkStateTransitions$DecoderTransitioner
setupInboundHandler(io.netty.channel.ChannelInboundHandler newHandler)
method_56352(io.netty.channel.ChannelInboundHandler arg0)
decoderSwapper(io.netty.channel.ChannelInboundHandler newDecoder)
public static <T extends PacketListener> NetworkStateTransitions$EncoderTransitioner
setupOutboundProtocol(ProtocolInfo<T> codecData)
method_56357(class_9127<T> arg0)
encoderTransitioner(NetworkState<T> newState)
private static NetworkStateTransitions$EncoderTransitioner
setupOutboundHandler(io.netty.channel.ChannelOutboundHandler newHandler)
method_56354(io.netty.channel.ChannelOutboundHandler arg0)
encoderSwapper(io.netty.channel.ChannelOutboundHandler newEncoder)
private static void
lambda$setupOutboundHandler$1(io.netty.channel.ChannelOutboundHandler arg0, io.netty.channel.ChannelHandlerContext arg1)
method_56355(io.netty.channel.ChannelOutboundHandler arg0, io.netty.channel.ChannelHandlerContext arg1)
method_56355(io.netty.channel.ChannelOutboundHandler arg0, io.netty.channel.ChannelHandlerContext context)
private static void
lambda$setupInboundHandler$0(io.netty.channel.ChannelInboundHandler arg0, io.netty.channel.ChannelHandlerContext arg1)
method_56353(io.netty.channel.ChannelInboundHandler arg0, io.netty.channel.ChannelHandlerContext arg1)
method_56353(io.netty.channel.ChannelInboundHandler arg0, io.netty.channel.ChannelHandlerContext context)