Package net.minecraft.server
Class ServerNetworkIo.class_5980
java.lang.Object
io.netty.channel.ChannelHandlerAdapter
io.netty.channel.ChannelInboundHandlerAdapter
net.minecraft.server.ServerNetworkIo.class_5980
- All Implemented Interfaces:
ChannelHandler
,ChannelInboundHandler
- Enclosing class:
- ServerNetworkIo
static class ServerNetworkIo.class_5980 extends ChannelInboundHandlerAdapter
- Mappings:
Namespace Name official aca$a
intermediary net/minecraft/class_3242$class_5980
named net/minecraft/server/ServerNetworkIo$class_5980
-
Nested Class Summary
Nested Classes Modifier and Type Class Description (package private) static class
ServerNetworkIo.class_5980.class_5981
Nested classes/interfaces inherited from interface io.netty.channel.ChannelHandler
ChannelHandler.Sharable
-
Field Summary
Fields Modifier and Type Field Description private static Timer
field_29772
private int
field_29773
private int
field_29774
private List<ServerNetworkIo.class_5980.class_5981>
field_29775
-
Constructor Summary
Constructors Constructor Description class_5980(int int2, int int3)
-
Method Summary
Modifier and Type Method Description void
channelRead(ChannelHandlerContext channelHandlerContext, Object object)
private void
method_34880(ChannelHandlerContext channelHandlerContext, Object object)
private void
method_34881(Timeout timeout)
Methods inherited from class io.netty.channel.ChannelInboundHandlerAdapter
channelActive, channelInactive, channelReadComplete, channelRegistered, channelUnregistered, channelWritabilityChanged, exceptionCaught, userEventTriggered
Methods inherited from class io.netty.channel.ChannelHandlerAdapter
ensureNotSharable, handlerAdded, handlerRemoved, isSharable
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface io.netty.channel.ChannelHandler
handlerAdded, handlerRemoved
-
Field Details
-
field_29772
- Mappings:
Namespace Name Mixin selector official a
Laca$a;a:Lio/netty/util/Timer;
intermediary field_29772
Lnet/minecraft/class_3242$class_5980;field_29772:Lio/netty/util/Timer;
named field_29772
Lnet/minecraft/server/ServerNetworkIo$class_5980;field_29772:Lio/netty/util/Timer;
-
field_29773
private final int field_29773- Mappings:
Namespace Name Mixin selector official b
Laca$a;b:I
intermediary field_29773
Lnet/minecraft/class_3242$class_5980;field_29773:I
named field_29773
Lnet/minecraft/server/ServerNetworkIo$class_5980;field_29773:I
-
field_29774
private final int field_29774- Mappings:
Namespace Name Mixin selector official c
Laca$a;c:I
intermediary field_29774
Lnet/minecraft/class_3242$class_5980;field_29774:I
named field_29774
Lnet/minecraft/server/ServerNetworkIo$class_5980;field_29774:I
-
field_29775
- Mappings:
Namespace Name Mixin selector official d
Laca$a;d:Ljava/util/List;
intermediary field_29775
Lnet/minecraft/class_3242$class_5980;field_29775:Ljava/util/List;
named field_29775
Lnet/minecraft/server/ServerNetworkIo$class_5980;field_29775:Ljava/util/List;
-
-
Constructor Details
-
class_5980
public class_5980(int int2, int int3)
-
-
Method Details
-
channelRead
- Specified by:
channelRead
in interfaceChannelInboundHandler
- Overrides:
channelRead
in classChannelInboundHandlerAdapter
- Mappings:
Namespace Name Mixin selector official channelRead
Laca$a;channelRead(Lio/netty/channel/ChannelHandlerContext;Ljava/lang/Object;)V
intermediary channelRead
Lnet/minecraft/class_3242$class_5980;channelRead(Lio/netty/channel/ChannelHandlerContext;Ljava/lang/Object;)V
named channelRead
Lnet/minecraft/server/ServerNetworkIo$class_5980;channelRead(Lio/netty/channel/ChannelHandlerContext;Ljava/lang/Object;)V
-
method_34880
- Mappings:
Namespace Name Mixin selector official a
Laca$a;a(Lio/netty/channel/ChannelHandlerContext;Ljava/lang/Object;)V
intermediary method_34880
Lnet/minecraft/class_3242$class_5980;method_34880(Lio/netty/channel/ChannelHandlerContext;Ljava/lang/Object;)V
named method_34880
Lnet/minecraft/server/ServerNetworkIo$class_5980;method_34880(Lio/netty/channel/ChannelHandlerContext;Ljava/lang/Object;)V
-
method_34881
- Mappings:
Namespace Name Mixin selector official a
Laca$a;a(Lio/netty/util/Timeout;)V
intermediary method_34881
Lnet/minecraft/class_3242$class_5980;method_34881(Lio/netty/util/Timeout;)V
named method_34881
Lnet/minecraft/server/ServerNetworkIo$class_5980;method_34881(Lio/netty/util/Timeout;)V
-