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-10 11:36:17 -04:00
FIELD d position Lcro;
2019-04-05 12:03:47 -04:00
FIELD e world Lvf;
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-04-10 11:36:17 -04:00
FIELD k entity Laid;
FIELD l resultConsumer Lcom/mojang/brigadier/ResultConsumer;
2019-03-20 13:56:26 -04:00
FIELD m entityAnchor Lck$a;
2019-04-10 11:36:17 -04:00
FIELD n rotation Lcrn;
2019-03-20 13:56:26 -04:00
METHOD a withSilent ()Lcd;
METHOD a withLevel (I)Lcd;
2019-04-10 11:36:17 -04:00
METHOD a withEntity (Laid;)Lcd;
METHOD a withLookingAt (Laid;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-10 11:36:17 -04:00
METHOD a withRotation (Lcrn;)Lcd;
METHOD a withPosition (Lcro;)Lcd;
2019-03-20 13:56:26 -04:00
METHOD a sendError (Ljm;)V
METHOD a sendFeedback (Ljm;Z)V
ARG 1 message
2019-04-05 12:03:47 -04:00
METHOD a withWorld (Lvf;)Lcd;
2019-03-20 13:56:26 -04:00
METHOD b getDisplayName ()Ljm;
METHOD b withMaxLevel (I)Lcd;
2019-04-10 11:36:17 -04:00
METHOD b withLookingAt (Lcro;)Lcd;
2019-03-20 13:56:26 -04:00
METHOD b sendToOps (Ljm;)V
METHOD c getName ()Ljava/lang/String;
2019-04-10 11:36:17 -04:00
METHOD d getPosition ()Lcro;
2019-04-05 12:03:47 -04:00
METHOD e getWorld ()Lvf;
2019-04-10 11:36:17 -04:00
METHOD f getEntity ()Laid;
METHOD g getEntityOrThrow ()Laid;
2019-04-05 12:03:47 -04:00
METHOD h getPlayer ()Lvg;
2019-04-10 11:36:17 -04:00
METHOD i getRotation ()Lcrn;
METHOD j getMinecraftServer ()Lnet/minecraft/server/MinecraftServer;
2019-03-20 13:56:26 -04:00
METHOD k getEntityAnchor ()Lck$a;