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

83 lines
2.4 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 Lcsb;
FIELD e world Lvi;
FIELD f level I
FIELD g simpleName Ljava/lang/String;
FIELD h name Ljn;
FIELD i minecraftServer Lnet/minecraft/server/MinecraftServer;
FIELD j silent Z
FIELD k entity Lail;
FIELD l resultConsumer Lcom/mojang/brigadier/ResultConsumer;
FIELD m entityAnchor Lck$a;
FIELD n rotation Lcsa;
METHOD <init> (Lcc;Lcsb;Lcsa;Lvi;ILjava/lang/String;Ljn;Lnet/minecraft/server/MinecraftServer;Lail;)V
ARG 1 output
ARG 2 pos
ARG 3 rot
ARG 4 world
ARG 5 level
ARG 6 simpleName
ARG 7 name
ARG 8 server
ARG 9 entity
METHOD <init> (Lcc;Lcsb;Lcsa;Lvi;ILjava/lang/String;Ljn;Lnet/minecraft/server/MinecraftServer;Lail;ZLcom/mojang/brigadier/ResultConsumer;Lck$a;)V
ARG 1 output
ARG 2 pos
ARG 3 rot
ARG 4 world
ARG 5 level
ARG 6 simpleName
ARG 7 name
ARG 8 server
ARG 9 entity
ARG 10 silent
ARG 11 resultConsumer
ARG 12 entityAnchor
METHOD a withSilent ()Lcd;
METHOD a withLevel (I)Lcd;
ARG 1 level
METHOD a withEntity (Lail;)Lcd;
ARG 1 entity
METHOD a withLookingAt (Lail;Lck$a;)Lcd;
ARG 1 entity
ARG 2 anchor
METHOD a withEntityAnchor (Lck$a;)Lcd;
ARG 1 anchor
METHOD a withConsumer (Lcom/mojang/brigadier/ResultConsumer;)Lcd;
ARG 1 resultConsumer
METHOD a mergeConsumers (Lcom/mojang/brigadier/ResultConsumer;Ljava/util/function/BinaryOperator;)Lcd;
METHOD a onCommandComplete (Lcom/mojang/brigadier/context/CommandContext;ZI)V
ARG 1 context
ARG 2 success
ARG 3 result
METHOD a withRotation (Lcsa;)Lcd;
ARG 1 rotation
METHOD a withPosition (Lcsb;)Lcd;
ARG 1 position
METHOD a sendError (Ljn;)V
ARG 1 message
METHOD a sendFeedback (Ljn;Z)V
ARG 1 message
ARG 2 broadcastToOps
METHOD a withWorld (Lvi;)Lcd;
ARG 1 world
METHOD b getDisplayName ()Ljn;
METHOD b withMaxLevel (I)Lcd;
ARG 1 level
METHOD b withLookingAt (Lcsb;)Lcd;
ARG 1 position
METHOD b sendToOps (Ljn;)V
ARG 1 message
METHOD c getName ()Ljava/lang/String;
METHOD d getPosition ()Lcsb;
METHOD e getWorld ()Lvi;
METHOD f getEntity ()Lail;
METHOD g getEntityOrThrow ()Lail;
METHOD h getPlayer ()Lvj;
METHOD i getRotation ()Lcsa;
METHOD j getMinecraftServer ()Lnet/minecraft/server/MinecraftServer;
METHOD k getEntityAnchor ()Lck$a;