yarn/mappings/net/minecraft/command/arguments/EntityAnchorArgumentType.ma...

16 lines
834 B
Plaintext
Raw Normal View History

2019-03-14 08:57:09 -04:00
CLASS cj net/minecraft/command/arguments/EntityAnchorArgumentType
CLASS cj$a net/minecraft/command/arguments/EntityAnchorArgumentType$EntityAnchor
FIELD c anchors Ljava/util/Map;
FIELD d id Ljava/lang/String;
FIELD e offset Ljava/util/function/BiFunction;
2019-03-14 08:57:09 -04:00
METHOD a positionAt (Lahw;)Lcqh;
METHOD a positionAt (Lcc;)Lcqh;
METHOD a fromId (Ljava/lang/String;)Lcj$a;
2018-11-27 16:13:52 -05:00
FIELD a EXAMPLES Ljava/util/Collection;
FIELD b INVALID_ANCHOR_EXCEPTION Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType;
2019-03-14 08:57:09 -04:00
METHOD a create ()Lcj;
METHOD a getAnchorArgument (Lcom/mojang/brigadier/context/CommandContext;Ljava/lang/String;)Lcj$a;
METHOD listSuggestions (Lcom/mojang/brigadier/context/CommandContext;Lcom/mojang/brigadier/suggestion/SuggestionsBuilder;)Ljava/util/concurrent/CompletableFuture;
ARG 1 context
ARG 2 builder