Added several strings related to chat networking (#282)

This commit is contained in:
E2 2018-12-13 01:55:21 -05:00 committed by Adrian Siekierka
parent c8152014af
commit ebefe690cc
11 changed files with 15 additions and 0 deletions

View File

@ -9,3 +9,4 @@ CLASS dbe net/minecraft/client/network/ClientLoginNetworkHandler
ARG 2 client
ARG 3 parentGui
METHOD a onConnectionLost (Ljd;)V
ARG 1 disconnectReason

View File

@ -14,6 +14,7 @@ CLASS dbf net/minecraft/client/network/ClientPlayNetworkHandler
ARG 1 client
METHOD a getClientConnection ()Lir;
METHOD a onConnectionLost (Ljd;)V
ARG 1 disconnectReason
METHOD a sendPacket (Ljr;)V
METHOD a onEntitySpawn (Ljv;)V
METHOD a onExperienceOrbSpawn (Ljw;)V

View File

@ -24,6 +24,7 @@ CLASS ir net/minecraft/network/ClientConnection
ARG 0 address
METHOD a setupEncryption (Ljavax/crypto/SecretKey;)V
METHOD a disconnect (Ljd;)V
ARG 1 disconnectReason
METHOD a sendPacket (Ljr;)V
METHOD a sendPacket (Ljr;Lio/netty/util/concurrent/GenericFutureListener;)V
METHOD b getAddress ()Ljava/net/SocketAddress;

View File

@ -1,2 +1,3 @@
CLASS iw net/minecraft/network/listener/PacketListener
METHOD a onConnectionLost (Ljd;)V
ARG 1 disconnectReason

View File

@ -2,4 +2,5 @@ CLASS ve net/minecraft/server/network/IntegratedServerHandshakeNetworkHandler
FIELD a server Lnet/minecraft/server/MinecraftServer;
FIELD b client Lir;
METHOD a onConnectionLost (Ljd;)V
ARG 1 disconnectReason
METHOD a onHandshake (Lou;)V

View File

@ -2,4 +2,5 @@ CLASS vh net/minecraft/server/network/ServerHandshakeNetworkHandler
FIELD a server Lnet/minecraft/server/MinecraftServer;
FIELD b client Lir;
METHOD a onConnectionLost (Ljd;)V
ARG 1 disconnectReason
METHOD a onHandshake (Lou;)V

View File

@ -8,6 +8,7 @@ CLASS vi net/minecraft/server/network/ServerLoginNetworkHandler
FIELD l clientEntity Lus;
METHOD a toOfflineProfile (Lcom/mojang/authlib/GameProfile;)Lcom/mojang/authlib/GameProfile;
METHOD a onConnectionLost (Ljd;)V
ARG 1 disconnectReason
METHOD b disconnect (Ljd;)V
ARG 1 reason
METHOD e tick ()V

View File

@ -3,8 +3,10 @@ CLASS vg net/minecraft/server/network/ServerPlayNetworkHandler
FIELD b player Lus;
FIELD c LOGGER Lorg/apache/logging/log4j/Logger;
FIELD d server Lnet/minecraft/server/MinecraftServer;
FIELD i messageCooldown I
METHOD a getConnection ()Lir;
METHOD a onConnectionLost (Ljd;)V
ARG 1 disconnectReason
METHOD a sendPacket (Ljr;)V
METHOD a sendPacket (Ljr;Lio/netty/util/concurrent/GenericFutureListener;)V
METHOD a onChatMessage (Lng;)V
@ -18,5 +20,7 @@ CLASS vg net/minecraft/server/network/ServerPlayNetworkHandler
METHOD a onPlayerAction (Lnz;)V
METHOD a onPlayerInteractBlock (Lor;)V
METHOD a onPlayerInteractItem (Los;)V
METHOD b disconnect (Ljd;)V
ARG 1 disconnectReason
METHOD c executeCommand (Ljava/lang/String;)V
METHOD e tick ()V

View File

@ -3,5 +3,6 @@ CLASS vj net/minecraft/server/network/ServerQueryNetworkHandler
FIELD b server Lnet/minecraft/server/MinecraftServer;
FIELD c client Lir;
METHOD a onConnectionLost (Ljd;)V
ARG 1 disconnectReason
METHOD a onPing (Lpo;)V
METHOD a onRequest (Lpp;)V

View File

@ -1,5 +1,7 @@
CLASS ng net/minecraft/server/network/packet/ChatMessageServerPacket
FIELD a chatMessage Ljava/lang/String;
METHOD a read (Lit;)V
METHOD a apply (Liw;)V
METHOD a apply (Lnd;)V
METHOD b getChatMessage ()Ljava/lang/String;
METHOD b write (Lit;)V

View File

@ -1,6 +1,7 @@
CLASS dbn net/minecraft/sortme/ServerEntryNetworkPart
CLASS dbn$1
METHOD a onConnectionLost (Ljd;)V
ARG 1 disconnectReason
METHOD a onPong (Lpk;)V
METHOD a onResponse (Lpl;)V
FIELD a ZERO_SPLITTER Lcom/google/common/base/Splitter;