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

27 lines
1.1 KiB
Plaintext
Raw Normal View History

2018-11-27 13:42:03 -05:00
CLASS bz 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-07 11:37:58 -05:00
FIELD c output Lby;
2018-11-21 11:58:05 -05:00
FIELD d position Lckg;
FIELD e worldServer Lug;
FIELD g name Ljava/lang/String;
2018-11-07 11:37:58 -05:00
FIELD h textComponent Liz;
FIELD i minecraftServer Lnet/minecraft/server/MinecraftServer;
2018-11-21 11:58:05 -05:00
FIELD k entity Lage;
FIELD l resultConsumer Lcom/mojang/brigadier/ResultConsumer;
2018-11-21 11:58:05 -05:00
METHOD a withEntity (Lage;)Lbz;
METHOD a withPosition (Lckg;)Lbz;
2018-11-07 11:37:58 -05:00
METHOD a withConsumer (Lcom/mojang/brigadier/ResultConsumer;)Lbz;
METHOD a sendFeedback (Liz;)V
2018-11-21 11:58:05 -05:00
METHOD a withWorldServer (Lug;)Lbz;
METHOD c getName ()Ljava/lang/String;
2018-11-21 11:58:05 -05:00
METHOD d getPosition ()Lckg;
METHOD e getWorldServer ()Lug;
METHOD f getEntity ()Lage;
METHOD g getEntityOrThrow ()Lage;
METHOD h getPlayerServer ()Lui;
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;