yarn/mappings/net/minecraft/server/command/ServerCommandSource.mapping

27 lines
1.1 KiB
Plaintext
Raw Normal View History

2018-11-27 13:50:51 -05:00
CLASS ca net/minecraft/server/command/ServerCommandSource
FIELD a REQUIRES_PLAYER_EXCEPTION Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
FIELD b REQUIRES_ENTITY_EXCEPTION Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
2018-11-27 13:50:51 -05:00
FIELD c output Lbz;
2018-11-29 15:10:38 -05:00
FIELD d position Lckp;
FIELD e world Luj;
FIELD g name Ljava/lang/String;
2018-11-27 13:50:51 -05:00
FIELD h textComponent Lja;
FIELD i minecraftServer Lnet/minecraft/server/MinecraftServer;
2018-11-29 15:10:38 -05:00
FIELD k entity Lagi;
FIELD l resultConsumer Lcom/mojang/brigadier/ResultConsumer;
2018-11-29 15:10:38 -05:00
METHOD a withEntity (Lagi;)Lca;
METHOD a withPosition (Lckp;)Lca;
2018-11-27 13:50:51 -05:00
METHOD a withConsumer (Lcom/mojang/brigadier/ResultConsumer;)Lca;
METHOD a sendFeedback (Lja;)V
METHOD a withWorld (Luj;)Lca;
METHOD c getName ()Ljava/lang/String;
2018-11-29 15:10:38 -05:00
METHOD d getPosition ()Lckp;
METHOD e getWorld ()Luj;
2018-11-29 15:10:38 -05:00
METHOD f getEntity ()Lagi;
METHOD g getEntityOrThrow ()Lagi;
METHOD h getPlayer ()Lul;
METHOD j getMinecraftServer ()Lnet/minecraft/server/MinecraftServer;
METHOD m getTeamNames ()Ljava/util/Collection;
2018-11-07 11:37:58 -05:00
METHOD n getSoundIds ()Ljava/util/Collection;
METHOD o getRecipeIds ()Ljava/util/Collection;