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

42 lines
1.5 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;
2019-02-20 15:49:23 -05:00
FIELD d position Lcnk;
FIELD e world Luv;
FIELD f level I
FIELD g name Ljava/lang/String;
2019-02-20 15:49:23 -05:00
FIELD h textComponent Lji;
FIELD i minecraftServer Lnet/minecraft/server/MinecraftServer;
FIELD j silent Z
2019-02-13 12:35:08 -05:00
FIELD k entity Lahl;
FIELD l resultConsumer Lcom/mojang/brigadier/ResultConsumer;
FIELD m entityAnchor Lch$a;
2019-02-20 15:49:23 -05:00
FIELD n rotation Lcnj;
METHOD a withSilent ()Lca;
METHOD a withLevel (I)Lca;
2019-02-13 12:35:08 -05:00
METHOD a withEntity (Lahl;)Lca;
METHOD a withLookingAt (Lahl;Lch$a;)Lca;
METHOD a withEntityAnchor (Lch$a;)Lca;
2019-02-20 15:49:23 -05:00
METHOD a withRotation (Lcnj;)Lca;
METHOD a withPosition (Lcnk;)Lca;
2018-11-27 13:50:51 -05:00
METHOD a withConsumer (Lcom/mojang/brigadier/ResultConsumer;)Lca;
METHOD a mergeConsumers (Lcom/mojang/brigadier/ResultConsumer;Ljava/util/function/BinaryOperator;)Lca;
2019-02-20 15:49:23 -05:00
METHOD a sendError (Lji;)V
METHOD a sendFeedback (Lji;Z)V
ARG 1 message
2019-02-20 15:49:23 -05:00
METHOD a withWorld (Luv;)Lca;
METHOD b getDisplayName ()Lji;
METHOD b withMaxLevel (I)Lca;
2019-02-20 15:49:23 -05:00
METHOD b withLookingAt (Lcnk;)Lca;
METHOD b sendToOps (Lji;)V
METHOD c getName ()Ljava/lang/String;
2019-02-20 15:49:23 -05:00
METHOD d getPosition ()Lcnk;
METHOD e getWorld ()Luv;
2019-02-13 12:35:08 -05:00
METHOD f getEntity ()Lahl;
METHOD g getEntityOrThrow ()Lahl;
2019-02-20 15:49:23 -05:00
METHOD h getPlayer ()Luw;
METHOD i getRotation ()Lcnj;
METHOD j getMinecraftServer ()Lnet/minecraft/server/MinecraftServer;
METHOD k getEntityAnchor ()Lch$a;