Clarify with CommandFeedback

This commit is contained in:
Max Gurela 2016-08-25 08:44:58 -07:00
parent f598912e76
commit d7de584534
12 changed files with 23 additions and 23 deletions

View File

@ -1,6 +1,6 @@
CLASS none/art net/minecraft/block/tile/impl/TileEntitySign
CLASS none/art$1
METHOD a append (Lnone/fa;)V
METHOD a appendCommandFeedback (Lnone/fa;)V
ARG 0 component
METHOD c getBlockPos ()Lnone/cn;
METHOD d getPos ()Lnone/bcs;
@ -9,9 +9,9 @@ CLASS none/art net/minecraft/block/tile/impl/TileEntitySign
METHOD h getServer ()Lnet/minecraft/server/MinecraftServer;
METHOD h_ getName ()Ljava/lang/String;
METHOD i_ getNameComponent ()Lnone/fa;
METHOD y_ shouldOutput ()Z
METHOD y_ shouldEchoCommandFeedback ()Z
CLASS none/art$2
METHOD a append (Lnone/fa;)V
METHOD a appendCommandFeedback (Lnone/fa;)V
ARG 0 component
METHOD c getBlockPos ()Lnone/cn;
METHOD d getPos ()Lnone/bcs;
@ -20,7 +20,7 @@ CLASS none/art net/minecraft/block/tile/impl/TileEntitySign
METHOD h getServer ()Lnet/minecraft/server/MinecraftServer;
METHOD h_ getName ()Ljava/lang/String;
METHOD i_ getNameComponent ()Lnone/fa;
METHOD y_ shouldOutput ()Z
METHOD y_ shouldEchoCommandFeedback ()Z
FIELD a text [Lnone/fa;
METHOD C_ getUpdatePacket ()Lnone/fy;
METHOD a deserializeTag (Lnone/dt;)V

View File

@ -1,6 +1,6 @@
CLASS none/boe net/minecraft/client/player/EntityPlayerClient
FIELD d networkHandler Lnone/bmc;
METHOD a append (Lnone/fa;)V
METHOD a appendCommandFeedback (Lnone/fa;)V
ARG 0 component
METHOD a addChatMsg (Lnone/fa;Z)V
METHOD a onTrackedDataSet (Lnone/kj;)V

View File

@ -1,5 +1,5 @@
CLASS none/n net/minecraft/command/ICommandSender
METHOD a append (Lnone/fa;)V
METHOD a appendCommandFeedback (Lnone/fa;)V
ARG 0 component
METHOD c getBlockPos ()Lnone/cn;
METHOD d getPos ()Lnone/bcs;
@ -8,4 +8,4 @@ CLASS none/n net/minecraft/command/ICommandSender
METHOD h getServer ()Lnet/minecraft/server/MinecraftServer;
METHOD h_ getName ()Ljava/lang/String;
METHOD i_ getNameComponent ()Lnone/fa;
METHOD y_ shouldOutput ()Z
METHOD y_ shouldEchoCommandFeedback ()Z

View File

@ -1,6 +1,6 @@
CLASS none/ae net/minecraft/command/impl/CommandExecute
CLASS none/ae$1
METHOD a append (Lnone/fa;)V
METHOD a appendCommandFeedback (Lnone/fa;)V
ARG 0 component
METHOD c getBlockPos ()Lnone/cn;
METHOD d getPos ()Lnone/bcs;
@ -9,7 +9,7 @@ CLASS none/ae net/minecraft/command/impl/CommandExecute
METHOD h getServer ()Lnet/minecraft/server/MinecraftServer;
METHOD h_ getName ()Ljava/lang/String;
METHOD i_ getNameComponent ()Lnone/fa;
METHOD y_ shouldOutput ()Z
METHOD y_ shouldEchoCommandFeedback ()Z
METHOD a getMinPermissionLevel ()I
METHOD a execute (Lnet/minecraft/server/MinecraftServer;Lnone/n;[Ljava/lang/String;)V
METHOD a getTabCompletionList (Lnet/minecraft/server/MinecraftServer;Lnone/n;[Ljava/lang/String;Lnone/cn;)Ljava/util/List;

View File

@ -53,7 +53,7 @@ CLASS none/se net/minecraft/entity/Entity
ARG 2 pitch
METHOD a deserializeEntityTag (Lnone/dt;)V
ARG 0 tagCompound
METHOD a append (Lnone/fa;)V
METHOD a appendCommandFeedback (Lnone/fa;)V
ARG 0 component
METHOD a onTrackedDataSet (Lnone/kj;)V
METHOD a toTagList ([D)Lnone/dz;
@ -131,4 +131,4 @@ CLASS none/se net/minecraft/entity/Entity
METHOD o_ getPistonBehavior ()Lnone/ayr;
METHOD w hasPassenger (Lnone/se;)Z
ARG 0 entity
METHOD y_ shouldOutput ()Z
METHOD y_ shouldEchoCommandFeedback ()Z

View File

@ -48,4 +48,4 @@ CLASS none/aak net/minecraft/entity/player/EntityPlayer
METHOD h_ getName ()Ljava/lang/String;
METHOD i_ getNameComponent ()Lnone/fa;
METHOD m update ()V
METHOD y_ shouldOutput ()Z
METHOD y_ shouldEchoCommandFeedback ()Z

View File

@ -3,7 +3,7 @@ CLASS none/lw net/minecraft/entity/player/EntityPlayerServer
METHOD a trySleep (Lnone/cn;)Lnone/aak$a;
ARG 0 pos
METHOD a deserializeEntityTag (Lnone/dt;)V
METHOD a append (Lnone/fa;)V
METHOD a appendCommandFeedback (Lnone/fa;)V
ARG 0 component
METHOD a addChatMsg (Lnone/fa;Z)V
METHOD a swingHand (Lnone/qz;)V

View File

@ -46,7 +46,7 @@ CLASS net/minecraft/server/MinecraftServer net/minecraft/server/MinecraftServer
ARG 0 value
METHOD a setGameMode (Lnone/ais;)V
ARG 0 gameMode
METHOD a append (Lnone/fa;)V
METHOD a appendCommandFeedback (Lnone/fa;)V
ARG 0 component
METHOD a loadServerIcon (Lnone/ke;)V
METHOD a getSpawnRadius (Lnone/lu;)I
@ -136,5 +136,5 @@ CLASS net/minecraft/server/MinecraftServer net/minecraft/server/MinecraftServer
METHOD v getServerIp ()Ljava/lang/String;
METHOD w isRunning ()Z
METHOD x stop ()V
METHOD y_ shouldOutput ()Z
METHOD y_ shouldEchoCommandFeedback ()Z
METHOD z getIconFile ()Ljava/io/File;

View File

@ -3,7 +3,7 @@ CLASS none/nd net/minecraft/server/dedicated/ConsoleCommandSender
FIELD b server Lnet/minecraft/server/MinecraftServer;
METHOD <init> (Lnet/minecraft/server/MinecraftServer;)V
ARG 0 server
METHOD a append (Lnone/fa;)V
METHOD a appendCommandFeedback (Lnone/fa;)V
ARG 0 component
METHOD c getBlockPos ()Lnone/cn;
METHOD d getPos ()Lnone/bcs;
@ -11,7 +11,7 @@ CLASS none/nd net/minecraft/server/dedicated/ConsoleCommandSender
METHOD f getEntity ()Lnone/se;
METHOD h getServer ()Lnet/minecraft/server/MinecraftServer;
METHOD h_ getName ()Ljava/lang/String;
METHOD i clear ()V
METHOD i clearCommandFeedback ()V
METHOD i_ getNameComponent ()Lnone/fa;
METHOD j toString ()Ljava/lang/String;
METHOD y_ shouldOutput ()Z
METHOD y_ shouldEchoCommandFeedback ()Z

View File

@ -1,6 +1,6 @@
CLASS none/aij
METHOD a append (Lnone/fa;)V
METHOD a appendCommandFeedback (Lnone/fa;)V
ARG 0 component
METHOD h_ getName ()Ljava/lang/String;
METHOD i_ getNameComponent ()Lnone/fa;
METHOD y_ shouldOutput ()Z
METHOD y_ shouldEchoCommandFeedback ()Z

View File

@ -1,5 +1,5 @@
CLASS none/bof
METHOD a append (Lnone/fa;)V
METHOD a appendCommandFeedback (Lnone/fa;)V
ARG 0 component
METHOD c getBlockPos ()Lnone/cn;
METHOD m update ()V

View File

@ -1,6 +1,6 @@
CLASS none/o
CLASS none/o$1
METHOD a append (Lnone/fa;)V
METHOD a appendCommandFeedback (Lnone/fa;)V
ARG 0 component
METHOD c getBlockPos ()Lnone/cn;
METHOD d getPos ()Lnone/bcs;
@ -9,4 +9,4 @@ CLASS none/o
METHOD h getServer ()Lnet/minecraft/server/MinecraftServer;
METHOD h_ getName ()Ljava/lang/String;
METHOD i_ getNameComponent ()Lnone/fa;
METHOD y_ shouldOutput ()Z
METHOD y_ shouldEchoCommandFeedback ()Z