Package net.minecraft.server.network
Class ServerRecipeBook
java.lang.Object
net.minecraft.recipe.book.RecipeBook
net.minecraft.server.network.ServerRecipeBook
public class ServerRecipeBook extends RecipeBook
- Mappings:
Namespace Name official aexintermediary net/minecraft/class_3441named net/minecraft/server/network/ServerRecipeBook
-
Field Summary
Fields inherited from class net.minecraft.recipe.book.RecipeBook
recipes, toBeDisplayed -
Constructor Summary
Constructors Constructor Description ServerRecipeBook() -
Method Summary
Modifier and Type Method Description private voidhandleList(ListTag list, Consumer<Recipe<?>> handler, RecipeManager recipeManager)intlockRecipes(Collection<Recipe<?>> recipes, ServerPlayerEntity player)voidreadNbt(CompoundTag tag, RecipeManager recipeManager)voidsendInitRecipesPacket(ServerPlayerEntity player)private voidsendUnlockRecipesPacket(UnlockRecipesS2CPacket.Action action, ServerPlayerEntity player, List<Identifier> recipeIds)CompoundTagtoNbt()intunlockRecipes(Collection<Recipe<?>> recipes, ServerPlayerEntity player)Methods inherited from class net.minecraft.recipe.book.RecipeBook
add, add, contains, contains, copyFrom, display, display, getOptions, isFilteringCraftable, isFilteringCraftable, isGuiOpen, onRecipeDisplayed, remove, remove, setCategoryOptions, setFilteringCraftable, setGuiOpen, setOptions, shouldDisplay
-
Field Details
-
LOGGER
- Mappings:
Namespace Name Mixin selector official cLaex;c:Lorg/apache/logging/log4j/Logger;intermediary field_15303Lnet/minecraft/class_3441;field_15303:Lorg/apache/logging/log4j/Logger;named LOGGERLnet/minecraft/server/network/ServerRecipeBook;LOGGER:Lorg/apache/logging/log4j/Logger;
-
-
Constructor Details
-
ServerRecipeBook
public ServerRecipeBook()
-
-
Method Details
-
unlockRecipes
- Mappings:
Namespace Name Mixin selector official aLaex;a(Ljava/util/Collection;Labg;)Iintermediary method_14903Lnet/minecraft/class_3441;method_14903(Ljava/util/Collection;Lnet/minecraft/class_3222;)Inamed unlockRecipesLnet/minecraft/server/network/ServerRecipeBook;unlockRecipes(Ljava/util/Collection;Lnet/minecraft/server/network/ServerPlayerEntity;)I
-
lockRecipes
- Mappings:
Namespace Name Mixin selector official bLaex;b(Ljava/util/Collection;Labg;)Iintermediary method_14900Lnet/minecraft/class_3441;method_14900(Ljava/util/Collection;Lnet/minecraft/class_3222;)Inamed lockRecipesLnet/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 aLaex;a(Lrh$a;Labg;Ljava/util/List;)Vintermediary method_14899Lnet/minecraft/class_3441;method_14899(Lnet/minecraft/class_2713$class_2714;Lnet/minecraft/class_3222;Ljava/util/List;)Vnamed sendUnlockRecipesPacketLnet/minecraft/server/network/ServerRecipeBook;sendUnlockRecipesPacket(Lnet/minecraft/network/packet/s2c/play/UnlockRecipesS2CPacket$Action;Lnet/minecraft/server/network/ServerPlayerEntity;Ljava/util/List;)V
-
toNbt
- Mappings:
Namespace Name Mixin selector official bLaex;b()Lmr;intermediary method_14902Lnet/minecraft/class_3441;method_14902()Lnet/minecraft/class_2487;named toNbtLnet/minecraft/server/network/ServerRecipeBook;toNbt()Lnet/minecraft/nbt/CompoundTag;
-
readNbt
- Mappings:
Namespace Name Mixin selector official aLaex;a(Lmr;Lbrj;)Vintermediary method_14901Lnet/minecraft/class_3441;method_14901(Lnet/minecraft/class_2487;Lnet/minecraft/class_1863;)Vnamed readNbtLnet/minecraft/server/network/ServerRecipeBook;readNbt(Lnet/minecraft/nbt/CompoundTag;Lnet/minecraft/recipe/RecipeManager;)V
-
handleList
- Mappings:
Namespace Name Mixin selector official aLaex;a(Lmx;Ljava/util/function/Consumer;Lbrj;)Vintermediary method_20732Lnet/minecraft/class_3441;method_20732(Lnet/minecraft/class_2499;Ljava/util/function/Consumer;Lnet/minecraft/class_1863;)Vnamed handleListLnet/minecraft/server/network/ServerRecipeBook;handleList(Lnet/minecraft/nbt/ListTag;Ljava/util/function/Consumer;Lnet/minecraft/recipe/RecipeManager;)V
-
sendInitRecipesPacket
- Mappings:
Namespace Name Mixin selector official aLaex;a(Labg;)Vintermediary method_14904Lnet/minecraft/class_3441;method_14904(Lnet/minecraft/class_3222;)Vnamed sendInitRecipesPacketLnet/minecraft/server/network/ServerRecipeBook;sendInitRecipesPacket(Lnet/minecraft/server/network/ServerPlayerEntity;)V
-