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