Package net.minecraft
Class class_8035
- All Implemented Interfaces:
ChannelHandler
,ChannelInboundHandler
- Mappings:
Namespace Name official se
intermediary net/minecraft/class_8035
named net/minecraft/class_8035
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.netty.channel.ChannelHandler
ChannelHandler.Sharable
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate class_8039.class_8040
private @Nullable class_8039
private final NetworkSide
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
decode
(ChannelHandlerContext channelHandlerContext, Packet<?> packet, List<Object> list) Methods inherited from class io.netty.handler.codec.MessageToMessageDecoder
acceptInboundMessage, channelRead
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_41869
- Mappings:
Namespace Name Mixin selector official a
Lse;a:Lul$a;
intermediary field_41869
Lnet/minecraft/class_8035;field_41869:Lnet/minecraft/class_8039$class_8040;
named field_41869
Lnet/minecraft/class_8035;field_41869:Lnet/minecraft/class_8039$class_8040;
-
field_41870
- Mappings:
Namespace Name Mixin selector official b
Lse;b:Lul;
intermediary field_41870
Lnet/minecraft/class_8035;field_41870:Lnet/minecraft/class_8039;
named field_41870
Lnet/minecraft/class_8035;field_41870:Lnet/minecraft/class_8039;
-
field_41871
- Mappings:
Namespace Name Mixin selector official c
Lse;c:Lun;
intermediary field_41871
Lnet/minecraft/class_8035;field_41871:Lnet/minecraft/class_2598;
named field_41871
Lnet/minecraft/class_8035;field_41871:Lnet/minecraft/network/NetworkSide;
-
-
Constructor Details
-
class_8035
-
-
Method Details
-
decode
protected void decode(ChannelHandlerContext channelHandlerContext, Packet<?> packet, List<Object> list) throws Exception - Specified by:
decode
in classMessageToMessageDecoder<Packet<?>>
- Throws:
Exception
- Mappings:
Namespace Name Mixin selector official a
Lse;a(Lio/netty/channel/ChannelHandlerContext;Lum;Ljava/util/List;)V
intermediary method_48318
Lnet/minecraft/class_8035;method_48318(Lio/netty/channel/ChannelHandlerContext;Lnet/minecraft/class_2596;Ljava/util/List;)V
named decode
Lnet/minecraft/class_8035;decode(Lio/netty/channel/ChannelHandlerContext;Lnet/minecraft/network/Packet;Ljava/util/List;)V
-