Package net.minecraft.client
Class class_1850
java.lang.Object
io.netty.channel.ChannelHandlerAdapter
io.netty.channel.ChannelInboundHandlerAdapter
io.netty.channel.ChannelInitializer
net.minecraft.client.class_1850
- All Implemented Interfaces:
ChannelHandler,ChannelInboundHandler
- Mappings:
Namespace Name official bjkintermediary net/minecraft/class_1850named net/minecraft/client/class_1850
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.netty.channel.ChannelHandler
ChannelHandler.Sharable -
Constructor Summary
ConstructorsConstructorDescriptionclass_1850(MultiplayerServerListPinger multiplayerServerListPinger, ServerAddress serverAddress, ServerInfo serverInfo) -
Method Summary
Methods inherited from class io.netty.channel.ChannelInitializer
channelRegisteredMethods inherited from class io.netty.channel.ChannelInboundHandlerAdapter
channelActive, channelInactive, channelRead, channelReadComplete, channelUnregistered, channelWritabilityChanged, exceptionCaught, userEventTriggeredMethods inherited from class io.netty.channel.ChannelHandlerAdapter
handlerAdded, handlerRemoved, isSharableMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.netty.channel.ChannelHandler
handlerAdded, handlerRemoved
-
Constructor Details
-
class_1850
class_1850(MultiplayerServerListPinger multiplayerServerListPinger, ServerAddress serverAddress, ServerInfo serverInfo)
-
-
Method Details
-
initChannel
- Specified by:
initChannelin classChannelInitializer- Mappings:
Namespace Name Mixin selector official initChannelLbjk;initChannel(Lio/netty/channel/Channel;)Vintermediary initChannelLnet/minecraft/class_1850;initChannel(Lio/netty/channel/Channel;)Vnamed initChannelLnet/minecraft/client/class_1850;initChannel(Lio/netty/channel/Channel;)V
-