yarn/mappings/net/minecraft/command/ICommandSender.mapping

13 lines
457 B
Plaintext
Raw Normal View History

2017-04-05 07:31:24 -04:00
CLASS au net/minecraft/command/ICommandSender
METHOD C_ getServer ()Lnet/minecraft/server/MinecraftServer;
METHOD a hasPermission (ILjava/lang/String;)Z
METHOD a updateCommandStat (Lav$a;I)V
2017-04-05 07:31:24 -04:00
METHOD a appendCommandFeedback (Lgk;)V
METHOD c getBlockPos ()Ldx;
METHOD d getPos ()Lbfp;
METHOD e getWorld ()Lali;
2017-04-05 07:31:24 -04:00
METHOD f getEntity ()Lub;
2016-09-12 06:08:56 -04:00
METHOD g shouldEchoCommandFeedback ()Z
METHOD h_ getName ()Ljava/lang/String;
METHOD i_ getNameComponent ()Lgk;