yarn/mappings/net/minecraft/server/network/ServerRecipeBook.mapping

23 lines
978 B
Plaintext
Raw Normal View History

2019-06-28 17:55:20 -04:00
CLASS net/minecraft/class_3441 net/minecraft/server/network/ServerRecipeBook
FIELD field_15303 LOGGER Lorg/apache/logging/log4j/Logger;
METHOD method_14899 sendUnlockRecipesPacket (Lnet/minecraft/class_2713$class_2714;Lnet/minecraft/class_3222;Ljava/util/List;)V
ARG 1 action
ARG 2 player
ARG 3 recipeIds
2019-06-28 17:55:20 -04:00
METHOD method_14900 lockRecipes (Ljava/util/Collection;Lnet/minecraft/class_3222;)I
ARG 1 recipes
ARG 2 player
METHOD method_14901 readNbt (Lnet/minecraft/class_2487;Lnet/minecraft/class_1863;)V
ARG 1 nbt
ARG 2 recipeManager
METHOD method_14902 toNbt ()Lnet/minecraft/class_2487;
2019-06-28 17:55:20 -04:00
METHOD method_14903 unlockRecipes (Ljava/util/Collection;Lnet/minecraft/class_3222;)I
ARG 1 recipes
ARG 2 player
2019-06-28 17:55:20 -04:00
METHOD method_14904 sendInitRecipesPacket (Lnet/minecraft/class_3222;)V
ARG 1 player
2020-05-29 09:31:34 -04:00
METHOD method_20732 handleList (Lnet/minecraft/class_2499;Ljava/util/function/Consumer;Lnet/minecraft/class_1863;)V
ARG 1 list
ARG 2 handler
ARG 3 recipeManager