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

18 lines
552 B
Plaintext
Raw Normal View History

2016-10-18 11:31:59 -04:00
CLASS n net/minecraft/command/ICommandSender
METHOD a hasPermission (ILjava/lang/String;)Z
ARG 0 permissionLevel
ARG 1 commandName
2016-10-18 11:31:59 -04:00
METHOD a appendCommandFeedback (Lfa;)V
ARG 0 component
2016-10-18 11:31:59 -04:00
METHOD a updateCommandStat (Lo$a;I)V
ARG 0 statType
ARG 1 statValue
2016-10-18 11:31:59 -04:00
METHOD c getBlockPos ()Lcn;
METHOD d getPos ()Lbcv;
METHOD e getWorld ()Laiw;
METHOD f getEntity ()Lsg;
2016-09-12 06:08:56 -04:00
METHOD g shouldEchoCommandFeedback ()Z
METHOD h_ getName ()Ljava/lang/String;
2016-10-18 11:31:59 -04:00
METHOD i_ getNameComponent ()Lfa;
2016-09-12 06:08:56 -04:00
METHOD z_ getServer ()Lnet/minecraft/server/MinecraftServer;