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

42 lines
1.5 KiB
Plaintext

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;
FIELD c output Lcc;
FIELD d position Lcqo;
FIELD e world Lvd;
FIELD f level I
FIELD g name Ljava/lang/String;
FIELD h textComponent Ljm;
FIELD i minecraftServer Lnet/minecraft/server/MinecraftServer;
FIELD j silent Z
FIELD k entity Lahy;
FIELD l resultConsumer Lcom/mojang/brigadier/ResultConsumer;
FIELD m entityAnchor Lck$a;
FIELD n rotation Lcqn;
METHOD a withSilent ()Lcd;
METHOD a withLevel (I)Lcd;
METHOD a withEntity (Lahy;)Lcd;
METHOD a withLookingAt (Lahy;Lck$a;)Lcd;
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;
METHOD a withRotation (Lcqn;)Lcd;
METHOD a withPosition (Lcqo;)Lcd;
METHOD a sendError (Ljm;)V
METHOD a sendFeedback (Ljm;Z)V
ARG 1 message
METHOD a withWorld (Lvd;)Lcd;
METHOD b getDisplayName ()Ljm;
METHOD b withMaxLevel (I)Lcd;
METHOD b withLookingAt (Lcqo;)Lcd;
METHOD b sendToOps (Ljm;)V
METHOD c getName ()Ljava/lang/String;
METHOD d getPosition ()Lcqo;
METHOD e getWorld ()Lvd;
METHOD f getEntity ()Lahy;
METHOD g getEntityOrThrow ()Lahy;
METHOD h getPlayer ()Lve;
METHOD i getRotation ()Lcqn;
METHOD j getMinecraftServer ()Lnet/minecraft/server/MinecraftServer;
METHOD k getEntityAnchor ()Lck$a;