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

42 lines
1.5 KiB
Plaintext
Raw Normal View History

2019-03-20 13:56:26 -04:00
CLASS cd 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;
2019-03-20 13:56:26 -04:00
FIELD c output Lcc;
2019-04-03 12:16:41 -04:00
FIELD d position Lcri;
2019-03-27 14:35:10 -04:00
FIELD e world Lve;
FIELD f level I
FIELD g name Ljava/lang/String;
2019-03-20 13:56:26 -04:00
FIELD h textComponent Ljm;
FIELD i minecraftServer Lnet/minecraft/server/MinecraftServer;
FIELD j silent Z
2019-03-27 14:35:10 -04:00
FIELD k entity Lahz;
FIELD l resultConsumer Lcom/mojang/brigadier/ResultConsumer;
2019-03-20 13:56:26 -04:00
FIELD m entityAnchor Lck$a;
2019-04-03 12:16:41 -04:00
FIELD n rotation Lcrh;
2019-03-20 13:56:26 -04:00
METHOD a withSilent ()Lcd;
METHOD a withLevel (I)Lcd;
2019-03-27 14:35:10 -04:00
METHOD a withEntity (Lahz;)Lcd;
METHOD a withLookingAt (Lahz;Lck$a;)Lcd;
2019-03-20 13:56:26 -04:00
METHOD a withEntityAnchor (Lck$a;)Lcd;
METHOD a withConsumer (Lcom/mojang/brigadier/ResultConsumer;)Lcd;
METHOD a mergeConsumers (Lcom/mojang/brigadier/ResultConsumer;Ljava/util/function/BinaryOperator;)Lcd;
2019-04-03 12:16:41 -04:00
METHOD a withRotation (Lcrh;)Lcd;
METHOD a withPosition (Lcri;)Lcd;
2019-03-20 13:56:26 -04:00
METHOD a sendError (Ljm;)V
METHOD a sendFeedback (Ljm;Z)V
ARG 1 message
2019-03-27 14:35:10 -04:00
METHOD a withWorld (Lve;)Lcd;
2019-03-20 13:56:26 -04:00
METHOD b getDisplayName ()Ljm;
METHOD b withMaxLevel (I)Lcd;
2019-04-03 12:16:41 -04:00
METHOD b withLookingAt (Lcri;)Lcd;
2019-03-20 13:56:26 -04:00
METHOD b sendToOps (Ljm;)V
METHOD c getName ()Ljava/lang/String;
2019-04-03 12:16:41 -04:00
METHOD d getPosition ()Lcri;
2019-03-27 14:35:10 -04:00
METHOD e getWorld ()Lve;
METHOD f getEntity ()Lahz;
METHOD g getEntityOrThrow ()Lahz;
METHOD h getPlayer ()Lvf;
2019-04-03 12:16:41 -04:00
METHOD i getRotation ()Lcrh;
METHOD j getMinecraftServer ()Lnet/minecraft/server/MinecraftServer;
2019-03-20 13:56:26 -04:00
METHOD k getEntityAnchor ()Lck$a;