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-01-30 12:48:39 -05:00
FIELD d position Lcmw;
2019-01-16 13:24:40 -05:00
FIELD e world Lur;
FIELD f level I
FIELD g name Ljava/lang/String;
2019-01-24 11:47:45 -05:00
FIELD h textComponent Ljc;
FIELD i minecraftServer Lnet/minecraft/server/MinecraftServer;
FIELD j silent Z
2019-01-30 12:48:39 -05:00
FIELD k entity Lahe;
FIELD l resultConsumer Lcom/mojang/brigadier/ResultConsumer;
FIELD m entityAnchor Lch$a;
2019-01-30 12:48:39 -05:00
FIELD n rotation Lcmv;
METHOD a withSilent ()Lca;
METHOD a withLevel (I)Lca;
2019-01-30 12:48:39 -05:00
METHOD a withEntity (Lahe;)Lca;
METHOD a withLookingAt (Lahe;Lch$a;)Lca;
METHOD a withEntityAnchor (Lch$a;)Lca;
2019-01-30 12:48:39 -05:00
METHOD a withRotation (Lcmv;)Lca;
METHOD a withPosition (Lcmw;)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-01-24 11:47:45 -05:00
METHOD a sendError (Ljc;)V
METHOD a sendFeedback (Ljc;Z)V
ARG 1 message
2019-01-16 13:24:40 -05:00
METHOD a withWorld (Lur;)Lca;
2019-01-24 11:47:45 -05:00
METHOD b getDisplayName ()Ljc;
METHOD b withMaxLevel (I)Lca;
2019-01-30 12:48:39 -05:00
METHOD b withLookingAt (Lcmw;)Lca;
2019-01-24 11:47:45 -05:00
METHOD b sendToOps (Ljc;)V
METHOD c getName ()Ljava/lang/String;
2019-01-30 12:48:39 -05:00
METHOD d getPosition ()Lcmw;
2019-01-16 13:24:40 -05:00
METHOD e getWorld ()Lur;
2019-01-30 12:48:39 -05:00
METHOD f getEntity ()Lahe;
METHOD g getEntityOrThrow ()Lahe;
2019-01-16 13:24:40 -05:00
METHOD h getPlayer ()Lut;
2019-01-30 12:48:39 -05:00
METHOD i getRotation ()Lcmv;
METHOD j getMinecraftServer ()Lnet/minecraft/server/MinecraftServer;
METHOD k getEntityAnchor ()Lch$a;