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