yarn/mappings/net/minecraft/command/arguments/EntityArgumentType.mapping

21 lines
1.2 KiB
Plaintext
Raw Normal View History

2019-03-20 13:56:26 -04:00
CLASS cl net/minecraft/command/arguments/EntityArgumentType
CLASS cl$a Serializer
2019-02-20 16:01:25 -05:00
FIELD a TOO_MANY_ENTITIES_EXCEPTION Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
FIELD b TOO_MANY_PLAYERS_EXCEPTION Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
FIELD c PLAYER_SELECTOR_HAS_ENTITIES_EXCEPTION Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
FIELD d ENTITY_NOT_FOUND_EXCEPTION Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
FIELD e PLAYER_NOT_FOUND_EXCEPTION Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
FIELD f NOT_ALLOWED_EXCEPTION Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
FIELD g EXAMPLES Ljava/util/Collection;
FIELD h singleTarget Z
FIELD i playerOnly Z
2019-03-20 13:56:26 -04:00
METHOD a oneEntity ()Lcl;
2019-03-27 14:35:10 -04:00
METHOD a getEntityArgument (Lcom/mojang/brigadier/context/CommandContext;Ljava/lang/String;)Lahz;
2019-03-20 13:56:26 -04:00
METHOD b multipleEntities ()Lcl;
METHOD c onePlayer ()Lcl;
METHOD d multiplePlayer ()Lcl;
2019-03-27 14:35:10 -04:00
METHOD e getServerPlayerArgument (Lcom/mojang/brigadier/context/CommandContext;Ljava/lang/String;)Lvf;
2019-03-14 08:57:09 -04:00
METHOD listSuggestions (Lcom/mojang/brigadier/context/CommandContext;Lcom/mojang/brigadier/suggestion/SuggestionsBuilder;)Ljava/util/concurrent/CompletableFuture;
ARG 1 context
ARG 2 builder