Map nd -> ConsoleCommandSender

net.minecraft.server.dedicated.ConsoleCommandSender
This commit is contained in:
Max Gurela 2016-08-24 20:09:35 -07:00
parent 7f1fbb52b6
commit 0270b4caf8
13 changed files with 48 additions and 8 deletions

View File

@ -1,5 +1,7 @@
CLASS none/art net/minecraft/block/tile/impl/TileEntitySign
CLASS none/art$1
METHOD a append (Lnone/fa;)V
ARG 0 component
METHOD c getBlockPos ()Lnone/cn;
METHOD d getPos ()Lnone/bcs;
METHOD e getWorld ()Lnone/aiu;
@ -7,7 +9,10 @@ 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
CLASS none/art$2
METHOD a append (Lnone/fa;)V
ARG 0 component
METHOD c getBlockPos ()Lnone/cn;
METHOD d getPos ()Lnone/bcs;
METHOD e getWorld ()Lnone/aiu;
@ -15,6 +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
FIELD a text [Lnone/fa;
METHOD C_ getUpdatePacket ()Lnone/fy;
METHOD a deserializeTag (Lnone/dt;)V

View File

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

View File

@ -1,4 +1,6 @@
CLASS none/n net/minecraft/command/ICommandSender
METHOD a append (Lnone/fa;)V
ARG 0 component
METHOD c getBlockPos ()Lnone/cn;
METHOD d getPos ()Lnone/bcs;
METHOD e getWorld ()Lnone/aiu;
@ -6,3 +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

View File

@ -1,5 +1,7 @@
CLASS none/ae net/minecraft/command/impl/CommandExecute
CLASS none/ae$1
METHOD a append (Lnone/fa;)V
ARG 0 component
METHOD c getBlockPos ()Lnone/cn;
METHOD d getPos ()Lnone/bcs;
METHOD e getWorld ()Lnone/aiu;
@ -7,6 +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 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,6 +53,8 @@ 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
ARG 0 component
METHOD a onTrackedDataSet (Lnone/kj;)V
METHOD a toTagList ([D)Lnone/dz;
ARG 0 values
@ -129,3 +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

View File

@ -48,3 +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

View File

@ -3,6 +3,8 @@ 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
ARG 0 component
METHOD a addChatMsg (Lnone/fa;Z)V
METHOD a swingHand (Lnone/qz;)V
ARG 0 hand

View File

@ -46,6 +46,8 @@ 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
ARG 0 component
METHOD a loadServerIcon (Lnone/ke;)V
METHOD a getSpawnRadius (Lnone/lu;)I
ARG 0 world
@ -134,4 +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 z getIconFile ()Ljava/io/File;

View File

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

View File

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

View File

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

View File

@ -1,8 +0,0 @@
CLASS none/nd
METHOD c getBlockPos ()Lnone/cn;
METHOD d getPos ()Lnone/bcs;
METHOD e getWorld ()Lnone/aiu;
METHOD f getEntity ()Lnone/se;
METHOD h getServer ()Lnet/minecraft/server/MinecraftServer;
METHOD h_ getName ()Ljava/lang/String;
METHOD i_ getNameComponent ()Lnone/fa;

View File

@ -1,5 +1,7 @@
CLASS none/o
CLASS none/o$1
METHOD a append (Lnone/fa;)V
ARG 0 component
METHOD c getBlockPos ()Lnone/cn;
METHOD d getPos ()Lnone/bcs;
METHOD e getWorld ()Lnone/aiu;
@ -7,3 +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