yarn/mappings/net/minecraft/server/network/ServerPlayNetworkHandler.ma...

16 lines
580 B
Plaintext
Raw Normal View History

2018-11-27 13:42:03 -05:00
CLASS uw net/minecraft/server/network/ServerPlayNetworkHandler
2018-11-07 11:37:58 -05:00
FIELD a connection Lin;
2018-11-21 11:58:05 -05:00
FIELD b player Lui;
FIELD c LOGGER Lorg/apache/logging/log4j/Logger;
FIELD d server Lnet/minecraft/server/MinecraftServer;
2018-11-07 11:37:58 -05:00
METHOD a getConnection ()Lin;
METHOD a onConnectionLost (Liz;)V
METHOD a sendPacket (Ljn;)V
METHOD a sendPacket (Ljn;Lio/netty/util/concurrent/GenericFutureListener;)V
METHOD a onChatMessage (Lnb;)V
2018-11-09 06:34:44 -05:00
METHOD a onGuiClose (Lni;)V
2018-11-07 11:37:58 -05:00
METHOD a onCustomPayload (Lnj;)V
METHOD a onBookUpdate (Lnk;)V
2018-11-21 11:58:05 -05:00
METHOD ac_ tick ()V
METHOD c executeCommand (Ljava/lang/String;)V