Class ServerRecipeBook

java.lang.Object
net.minecraft.recipe.book.RecipeBook
net.minecraft.server.network.ServerRecipeBook

public class ServerRecipeBook
extends RecipeBook
Mappings:
Namespace Name
official ael
intermediary net/minecraft/class_3441
named net/minecraft/server/network/ServerRecipeBook
  • Field Details

    • LOGGER

      private static final Logger LOGGER
      Mappings:
      Namespace Name Mixin selector
      official c Lael;c:Lorg/apache/logging/log4j/Logger;
      intermediary field_15303 Lnet/minecraft/class_3441;field_15303:Lorg/apache/logging/log4j/Logger;
      named LOGGER Lnet/minecraft/server/network/ServerRecipeBook;LOGGER:Lorg/apache/logging/log4j/Logger;
  • Constructor Details

    • ServerRecipeBook

      public ServerRecipeBook()
  • Method Details

    • unlockRecipes

      public int unlockRecipes​(Collection<Recipe<?>> recipes, ServerPlayerEntity player)
      Mappings:
      Namespace Name Mixin selector
      official a Lael;a(Ljava/util/Collection;Laaw;)I
      intermediary method_14903 Lnet/minecraft/class_3441;method_14903(Ljava/util/Collection;Lnet/minecraft/class_3222;)I
      named unlockRecipes Lnet/minecraft/server/network/ServerRecipeBook;unlockRecipes(Ljava/util/Collection;Lnet/minecraft/server/network/ServerPlayerEntity;)I
    • lockRecipes

      public int lockRecipes​(Collection<Recipe<?>> recipes, ServerPlayerEntity player)
      Mappings:
      Namespace Name Mixin selector
      official b Lael;b(Ljava/util/Collection;Laaw;)I
      intermediary method_14900 Lnet/minecraft/class_3441;method_14900(Ljava/util/Collection;Lnet/minecraft/class_3222;)I
      named lockRecipes Lnet/minecraft/server/network/ServerRecipeBook;lockRecipes(Ljava/util/Collection;Lnet/minecraft/server/network/ServerPlayerEntity;)I
    • sendUnlockRecipesPacket

      private void sendUnlockRecipesPacket​(UnlockRecipesS2CPacket.Action action, ServerPlayerEntity player, List<Identifier> recipeIds)
      Mappings:
      Namespace Name Mixin selector
      official a Lael;a(Lrd$a;Laaw;Ljava/util/List;)V
      intermediary method_14899 Lnet/minecraft/class_3441;method_14899(Lnet/minecraft/class_2713$class_2714;Lnet/minecraft/class_3222;Ljava/util/List;)V
      named sendUnlockRecipesPacket Lnet/minecraft/server/network/ServerRecipeBook;sendUnlockRecipesPacket(Lnet/minecraft/network/packet/s2c/play/UnlockRecipesS2CPacket$Action;Lnet/minecraft/server/network/ServerPlayerEntity;Ljava/util/List;)V
    • toTag

      public CompoundTag toTag()
      Mappings:
      Namespace Name Mixin selector
      official b Lael;b()Lmq;
      intermediary method_14902 Lnet/minecraft/class_3441;method_14902()Lnet/minecraft/class_2487;
      named toTag Lnet/minecraft/server/network/ServerRecipeBook;toTag()Lnet/minecraft/nbt/CompoundTag;
    • fromTag

      public void fromTag​(CompoundTag tag, RecipeManager recipeManager)
      Mappings:
      Namespace Name Mixin selector
      official a Lael;a(Lmq;Lbqo;)V
      intermediary method_14901 Lnet/minecraft/class_3441;method_14901(Lnet/minecraft/class_2487;Lnet/minecraft/class_1863;)V
      named fromTag Lnet/minecraft/server/network/ServerRecipeBook;fromTag(Lnet/minecraft/nbt/CompoundTag;Lnet/minecraft/recipe/RecipeManager;)V
    • handleList

      private void handleList​(ListTag list, Consumer<Recipe<?>> handler, RecipeManager recipeManager)
      Mappings:
      Namespace Name Mixin selector
      official a Lael;a(Lmw;Ljava/util/function/Consumer;Lbqo;)V
      intermediary method_20732 Lnet/minecraft/class_3441;method_20732(Lnet/minecraft/class_2499;Ljava/util/function/Consumer;Lnet/minecraft/class_1863;)V
      named handleList Lnet/minecraft/server/network/ServerRecipeBook;handleList(Lnet/minecraft/nbt/ListTag;Ljava/util/function/Consumer;Lnet/minecraft/recipe/RecipeManager;)V
    • sendInitRecipesPacket

      public void sendInitRecipesPacket​(ServerPlayerEntity player)
      Mappings:
      Namespace Name Mixin selector
      official a Lael;a(Laaw;)V
      intermediary method_14904 Lnet/minecraft/class_3441;method_14904(Lnet/minecraft/class_3222;)V
      named sendInitRecipesPacket Lnet/minecraft/server/network/ServerRecipeBook;sendInitRecipesPacket(Lnet/minecraft/server/network/ServerPlayerEntity;)V