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

48 lines
1.9 KiB
Plaintext

CLASS ca 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 Lbz;
FIELD d position Lcmd;
FIELD e world Luq;
FIELD f level I
FIELD g name Ljava/lang/String;
FIELD h textComponent Ljd;
FIELD i minecraftServer Lnet/minecraft/server/MinecraftServer;
FIELD j silent Z
FIELD k entity Lagv;
FIELD l resultConsumer Lcom/mojang/brigadier/ResultConsumer;
FIELD m entityAnchor Lch$a;
FIELD n rotation Lcmc;
METHOD a withSilent ()Lca;
METHOD a withLevel (I)Lca;
METHOD a withEntity (Lagv;)Lca;
METHOD a withLookingAt (Lagv;Lch$a;)Lca;
METHOD a withEntityAnchor (Lch$a;)Lca;
METHOD a withRotation (Lcmc;)Lca;
METHOD a withPosition (Lcmd;)Lca;
METHOD a withConsumer (Lcom/mojang/brigadier/ResultConsumer;)Lca;
METHOD a mergeConsumers (Lcom/mojang/brigadier/ResultConsumer;Ljava/util/function/BinaryOperator;)Lca;
METHOD a getCompletions (Lcom/mojang/brigadier/context/CommandContext;Lcom/mojang/brigadier/suggestion/SuggestionsBuilder;)Ljava/util/concurrent/CompletableFuture;
METHOD a sendError (Ljd;)V
METHOD a sendFeedback (Ljd;Z)V
ARG 1 message
METHOD a withWorld (Luq;)Lca;
METHOD b getDisplayName ()Ljd;
METHOD b withMaxLevel (I)Lca;
METHOD b withLookingAt (Lcmd;)Lca;
METHOD b sendToOps (Ljd;)V
METHOD c getName ()Ljava/lang/String;
METHOD c hasPermissionLevel (I)Z
METHOD d getPosition ()Lcmd;
METHOD e getWorld ()Luq;
METHOD f getEntity ()Lagv;
METHOD g getEntityOrThrow ()Lagv;
METHOD h getPlayer ()Lus;
METHOD i getRotation ()Lcmc;
METHOD j getMinecraftServer ()Lnet/minecraft/server/MinecraftServer;
METHOD k getEntityAnchor ()Lch$a;
METHOD l getPlayerNames ()Ljava/util/Collection;
METHOD m getTeamNames ()Ljava/util/Collection;
METHOD n getSoundIds ()Ljava/util/Collection;
METHOD o getRecipeIds ()Ljava/util/Collection;