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

14 lines
702 B
Plaintext
Raw Normal View History

2019-03-20 13:56:26 -04:00
CLASS cw net/minecraft/command/arguments/ParticleArgumentType
FIELD a UNKNOWN_PARTICLE_EXCEPTION Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType;
2018-11-27 16:13:52 -05:00
FIELD b EXAMPLES Ljava/util/Collection;
2019-03-20 13:56:26 -04:00
METHOD a create ()Lcw;
METHOD a readParameters (Lcom/mojang/brigadier/StringReader;Lge;)Lgd;
ARG 0 reader
ARG 1 type
2019-03-20 13:56:26 -04:00
METHOD a getParticleArgument (Lcom/mojang/brigadier/context/CommandContext;Ljava/lang/String;)Lgd;
METHOD b readParameters (Lcom/mojang/brigadier/StringReader;)Lgd;
ARG 0 reader
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