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

11 lines
629 B
Plaintext
Raw Normal View History

2019-03-14 08:57:09 -04:00
CLASS dq net/minecraft/command/arguments/Vec3ArgumentType
FIELD a INCOMPLETE_EXCEPTION Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
FIELD b MIXED_COORDINATE_EXCEPTION Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
2018-11-27 16:13:52 -05:00
FIELD c EXAMPLES Ljava/util/Collection;
2019-03-14 08:57:09 -04:00
METHOD a create ()Ldq;
2019-03-14 11:39:51 -04:00
METHOD a getVec3Argument (Lcom/mojang/brigadier/context/CommandContext;Ljava/lang/String;)Lcqg;
2019-03-14 08:57:09 -04:00
METHOD a create (Z)Ldq;
METHOD listSuggestions (Lcom/mojang/brigadier/context/CommandContext;Lcom/mojang/brigadier/suggestion/SuggestionsBuilder;)Ljava/util/concurrent/CompletableFuture;
ARG 1 context
ARG 2 builder