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

32 lines
2.1 KiB
Plaintext
Raw Normal View History

2019-06-28 17:55:20 -04:00
CLASS net/minecraft/class_2186 net/minecraft/command/arguments/EntityArgumentType
FIELD field_9856 PLAYER_NOT_FOUND_EXCEPTION Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
FIELD field_9857 playersOnly Z
FIELD field_9858 singleTarget Z
FIELD field_9859 EXAMPLES Ljava/util/Collection;
FIELD field_9860 TOO_MANY_ENTITIES_EXCEPTION Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
FIELD field_9861 PLAYER_SELECTOR_HAS_ENTITIES_EXCEPTION Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
FIELD field_9862 NOT_ALLOWED_EXCEPTION Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
FIELD field_9863 ENTITY_NOT_FOUND_EXCEPTION Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
FIELD field_9864 TOO_MANY_PLAYERS_EXCEPTION Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
METHOD <init> (ZZ)V
ARG 1 singleTarget
ARG 2 playersOnly
2019-06-28 17:55:20 -04:00
METHOD listSuggestions (Lcom/mojang/brigadier/context/CommandContext;Lcom/mojang/brigadier/suggestion/SuggestionsBuilder;)Ljava/util/concurrent/CompletableFuture;
ARG 1 context
ARG 2 builder
METHOD method_9305 player ()Lnet/minecraft/class_2186;
METHOD method_9306 entities ()Lnet/minecraft/class_2186;
METHOD method_9307 getOptionalEntities (Lcom/mojang/brigadier/context/CommandContext;Ljava/lang/String;)Ljava/util/Collection;
METHOD method_9308 players ()Lnet/minecraft/class_2186;
METHOD method_9309 entity ()Lnet/minecraft/class_2186;
METHOD method_9310 getOptionalPlayers (Lcom/mojang/brigadier/context/CommandContext;Ljava/lang/String;)Ljava/util/Collection;
METHOD method_9312 getPlayers (Lcom/mojang/brigadier/context/CommandContext;Ljava/lang/String;)Ljava/util/Collection;
METHOD method_9313 getEntity (Lcom/mojang/brigadier/context/CommandContext;Ljava/lang/String;)Lnet/minecraft/class_1297;
2019-04-11 01:58:54 -04:00
ARG 0 context
ARG 1 name
2019-06-28 17:55:20 -04:00
METHOD method_9315 getPlayer (Lcom/mojang/brigadier/context/CommandContext;Ljava/lang/String;)Lnet/minecraft/class_3222;
METHOD method_9317 getEntities (Lcom/mojang/brigadier/context/CommandContext;Ljava/lang/String;)Ljava/util/Collection;
2019-04-11 01:58:54 -04:00
ARG 0 context
ARG 1 name
CLASS class_2187 Serializer