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

23 lines
1.3 KiB
Plaintext
Raw Normal View History

2018-11-27 16:13:52 -05:00
CLASS ci net/minecraft/command/arguments/EntityArgumentType
CLASS ci$a Serializer
2019-01-09 07:53:32 -05:00
METHOD a toJson (Lci;Lcom/google/gson/JsonObject;)V
METHOD a toPacket (Lci;Lit;)V
2018-11-03 05:23:04 -04:00
METHOD a toJson (Lcom/mojang/brigadier/arguments/ArgumentType;Lcom/google/gson/JsonObject;)V
2018-12-12 12:12:26 -05:00
METHOD a toPacket (Lcom/mojang/brigadier/arguments/ArgumentType;Lit;)V
2019-01-09 07:53:32 -05:00
METHOD a fromPacket (Lit;)Lci;
2018-12-12 12:12:26 -05:00
METHOD b fromPacket (Lit;)Lcom/mojang/brigadier/arguments/ArgumentType;
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;
2018-11-27 16:13:52 -05:00
FIELD g EXAMPLES Ljava/util/Collection;
2019-01-09 07:53:32 -05:00
FIELD h singleTarget Z
FIELD i playerOnly Z
METHOD a oneEntity ()Lci;
METHOD a parse (Lcom/mojang/brigadier/StringReader;)Ldz;
METHOD b multipleEntities ()Lci;
METHOD c onePlayer ()Lci;
METHOD d multiplePlayer ()Lci;