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

29 lines
1.7 KiB
Plaintext
Raw Normal View History

2019-03-20 13:56:26 -04:00
CLASS cl net/minecraft/command/arguments/EntityArgumentType
2019-06-19 15:24:08 -04:00
CLASS 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
2019-04-11 01:58:54 -04:00
FIELD i playersOnly Z
METHOD a entity ()Lcl;
2019-06-07 07:45:25 -04:00
METHOD a getEntity (Lcom/mojang/brigadier/context/CommandContext;Ljava/lang/String;)Lail;
2019-04-11 01:58:54 -04:00
ARG 0 context
ARG 1 name
METHOD b entities ()Lcl;
METHOD b getEntities (Lcom/mojang/brigadier/context/CommandContext;Ljava/lang/String;)Ljava/util/Collection;
ARG 0 context
ARG 1 name
METHOD c player ()Lcl;
METHOD c getOptionalEntities (Lcom/mojang/brigadier/context/CommandContext;Ljava/lang/String;)Ljava/util/Collection;
METHOD d players ()Lcl;
METHOD d getOptionalPlayers (Lcom/mojang/brigadier/context/CommandContext;Ljava/lang/String;)Ljava/util/Collection;
2019-06-07 07:45:25 -04:00
METHOD e getPlayer (Lcom/mojang/brigadier/context/CommandContext;Ljava/lang/String;)Lvj;
2019-04-11 01:58:54 -04:00
METHOD f getPlayers (Lcom/mojang/brigadier/context/CommandContext;Ljava/lang/String;)Ljava/util/Collection;
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