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

42 lines
1.5 KiB
Plaintext
Raw Normal View History

2019-03-14 08:57:09 -04:00
CLASS cc 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-14 08:57:09 -04:00
FIELD c output Lcb;
2019-03-14 11:39:51 -04:00
FIELD d position Lcqg;
2019-03-14 08:57:09 -04:00
FIELD e world Lvc;
FIELD f level I
FIELD g name Ljava/lang/String;
2019-03-14 08:57:09 -04:00
FIELD h textComponent Ljl;
FIELD i minecraftServer Lnet/minecraft/server/MinecraftServer;
FIELD j silent Z
2019-03-14 08:57:09 -04:00
FIELD k entity Lahw;
FIELD l resultConsumer Lcom/mojang/brigadier/ResultConsumer;
2019-03-14 08:57:09 -04:00
FIELD m entityAnchor Lcj$a;
2019-03-14 11:39:51 -04:00
FIELD n rotation Lcqf;
2019-03-14 08:57:09 -04:00
METHOD a withSilent ()Lcc;
METHOD a withLevel (I)Lcc;
METHOD a withEntity (Lahw;)Lcc;
METHOD a withLookingAt (Lahw;Lcj$a;)Lcc;
METHOD a withEntityAnchor (Lcj$a;)Lcc;
METHOD a withConsumer (Lcom/mojang/brigadier/ResultConsumer;)Lcc;
METHOD a mergeConsumers (Lcom/mojang/brigadier/ResultConsumer;Ljava/util/function/BinaryOperator;)Lcc;
2019-03-14 11:39:51 -04:00
METHOD a withRotation (Lcqf;)Lcc;
METHOD a withPosition (Lcqg;)Lcc;
2019-03-14 08:57:09 -04:00
METHOD a sendError (Ljl;)V
METHOD a sendFeedback (Ljl;Z)V
ARG 1 message
2019-03-14 08:57:09 -04:00
METHOD a withWorld (Lvc;)Lcc;
METHOD b getDisplayName ()Ljl;
METHOD b withMaxLevel (I)Lcc;
2019-03-14 11:39:51 -04:00
METHOD b withLookingAt (Lcqg;)Lcc;
2019-03-14 08:57:09 -04:00
METHOD b sendToOps (Ljl;)V
METHOD c getName ()Ljava/lang/String;
2019-03-14 11:39:51 -04:00
METHOD d getPosition ()Lcqg;
2019-03-14 08:57:09 -04:00
METHOD e getWorld ()Lvc;
METHOD f getEntity ()Lahw;
METHOD g getEntityOrThrow ()Lahw;
METHOD h getPlayer ()Lvd;
2019-03-14 11:39:51 -04:00
METHOD i getRotation ()Lcqf;
METHOD j getMinecraftServer ()Lnet/minecraft/server/MinecraftServer;
2019-03-14 08:57:09 -04:00
METHOD k getEntityAnchor ()Lcj$a;