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

27 lines
1.1 KiB
Plaintext
Raw Normal View History

2018-11-07 11:37:58 -05:00
CLASS bz net/minecraft/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-15 12:05:03 -05:00
FIELD d position Lcjs;
FIELD e worldServer Luf;
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-15 12:05:03 -05:00
FIELD k entity Lagc;
FIELD l resultConsumer Lcom/mojang/brigadier/ResultConsumer;
2018-11-15 12:05:03 -05:00
METHOD a withEntity (Lagc;)Lbz;
METHOD a withPosition (Lcjs;)Lbz;
2018-11-07 11:37:58 -05:00
METHOD a withConsumer (Lcom/mojang/brigadier/ResultConsumer;)Lbz;
METHOD a sendFeedback (Liz;)V
2018-11-15 12:05:03 -05:00
METHOD a withWorldServer (Luf;)Lbz;
METHOD c getName ()Ljava/lang/String;
2018-11-15 12:05:03 -05:00
METHOD d getPosition ()Lcjs;
METHOD e getWorldServer ()Luf;
METHOD f getEntity ()Lagc;
METHOD g getEntityOrThrow ()Lagc;
METHOD h getPlayerServer ()Luh;
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;