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 Lckz;
FIELD e world Luk;
FIELD f level I
FIELD g name Ljava/lang/String;
FIELD h textComponent Ljb;
FIELD i minecraftServer Lnet/minecraft/server/MinecraftServer;
FIELD j silent Z
FIELD k entity Lagk;
FIELD l resultConsumer Lcom/mojang/brigadier/ResultConsumer;
FIELD m entityAnchor Lch$a;
FIELD n rotation Lcky;
METHOD a withSilent ()Lca;
METHOD a withLevel (I)Lca;
METHOD a withEntity (Lagk;)Lca;
METHOD a withLookingAt (Lagk;Lch$a;)Lca;
METHOD a withEntityAnchor (Lch$a;)Lca;
METHOD a withRotation (Lcky;)Lca;
METHOD a withPosition (Lckz;)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 (Ljb;)V
METHOD a sendFeedback (Ljb;Z)V
ARG 1 message
METHOD a withWorld (Luk;)Lca;
METHOD b getDisplayName ()Ljb;
METHOD b withMaxLevel (I)Lca;
METHOD b withLookingAt (Lckz;)Lca;
METHOD b sendToOps (Ljb;)V
METHOD c getName ()Ljava/lang/String;
METHOD c hasPermissionLevel (I)Z
METHOD d getPosition ()Lckz;
METHOD e getWorld ()Luk;
METHOD f getEntity ()Lagk;
METHOD g getEntityOrThrow ()Lagk;
METHOD h getPlayer ()Lum;
METHOD i getRotation ()Lcky;
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;