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

19 lines
1.2 KiB
Plaintext

CLASS ck net/minecraft/command/arguments/EntityArgumentType
CLASS ck$a net/minecraft/command/arguments/EntityArgumentType$net/minecraft/command/arguments/EntityArgumentType$Serializer
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
METHOD a oneEntity ()Lck;
METHOD b multipleEntities ()Lck;
METHOD c onePlayer ()Lck;
METHOD d multiplePlayer ()Lck;
METHOD listSuggestions (Lcom/mojang/brigadier/context/CommandContext;Lcom/mojang/brigadier/suggestion/SuggestionsBuilder;)Ljava/util/concurrent/CompletableFuture;
ARG 1 context
ARG 2 builder