yarn/mappings/net/minecraft/server/command/RecipeCommand.mapping

14 lines
560 B
Plaintext
Raw Normal View History

2019-06-07 07:45:25 -04:00
CLASS sy net/minecraft/server/command/RecipeCommand
FIELD a GIVE_FAILED_EXCEPTION Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
FIELD b TAKE_FAILED_EXCEPTION Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
METHOD a executeGive (Lcd;Ljava/util/Collection;Ljava/util/Collection;)I
ARG 0 source
ARG 1 targets
ARG 2 recipes
2018-11-06 11:02:00 -05:00
METHOD a register (Lcom/mojang/brigadier/CommandDispatcher;)V
ARG 0 dispatcher
METHOD b executeTake (Lcd;Ljava/util/Collection;Ljava/util/Collection;)I
ARG 0 source
ARG 1 targets
ARG 2 recipes