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

51 lines
2.0 KiB
Plaintext
Raw Normal View History

2018-11-27 13:50:51 -05:00
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;
2018-11-27 13:50:51 -05:00
FIELD c output Lbz;
2018-11-29 15:10:38 -05:00
FIELD d position Lckp;
FIELD e world Luj;
FIELD f level I
FIELD g name Ljava/lang/String;
2018-11-27 13:50:51 -05:00
FIELD h textComponent Lja;
FIELD i minecraftServer Lnet/minecraft/server/MinecraftServer;
FIELD j silent Z
2018-11-29 15:10:38 -05:00
FIELD k entity Lagi;
FIELD l resultConsumer Lcom/mojang/brigadier/ResultConsumer;
FIELD m entityAnchor Lch$a;
FIELD n rotation Lcko;
METHOD a withSilent ()Lca;
METHOD a withLevel (I)Lca;
2018-11-29 15:10:38 -05:00
METHOD a withEntity (Lagi;)Lca;
METHOD a withLookingAt (Lagi;Lch$a;)Lca;
METHOD a withEntityAnchor (Lch$a;)Lca;
METHOD a withRotation (Lcko;)Lca;
2018-11-29 15:10:38 -05:00
METHOD a withPosition (Lckp;)Lca;
2018-11-27 13:50:51 -05:00
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 (Lja;)V
ARG 1 message
METHOD a sendFeedback (Lja;Z)V
ARG 1 message
ARG 2 toOps
METHOD a withWorld (Luj;)Lca;
METHOD b getDisplayName ()Lja;
METHOD b withMaxLevel (I)Lca;
METHOD b withLookingAt (Lckp;)Lca;
METHOD b sendToOps (Lja;)V
METHOD c getName ()Ljava/lang/String;
METHOD c hasPermissionLevel (I)Z
ARG 1 level
2018-11-29 15:10:38 -05:00
METHOD d getPosition ()Lckp;
METHOD e getWorld ()Luj;
2018-11-29 15:10:38 -05:00
METHOD f getEntity ()Lagi;
METHOD g getEntityOrThrow ()Lagi;
METHOD h getPlayer ()Lul;
METHOD i getRotation ()Lcko;
METHOD j getMinecraftServer ()Lnet/minecraft/server/MinecraftServer;
METHOD k getEntityAnchor ()Lch$a;
METHOD l getPlayerNames ()Ljava/util/Collection;
METHOD m getTeamNames ()Ljava/util/Collection;
2018-11-07 11:37:58 -05:00
METHOD n getSoundIds ()Ljava/util/Collection;
METHOD o getRecipeIds ()Ljava/util/Collection;