Uses of Class
net.minecraft.client.ClientRecipeBook
Packages that use ClientRecipeBook
Package
Description
-
Uses of ClientRecipeBook in net.minecraft.client.gui.screens.recipebook
Fields in net.minecraft.client.gui.screens.recipebook declared as ClientRecipeBookMethods in net.minecraft.client.gui.screens.recipebook with parameters of type ClientRecipeBookModifier and TypeMethodDescriptionboolean
RecipeBookTabButton.updateVisibility
(ClientRecipeBook recipeBook) -
Uses of ClientRecipeBook in net.minecraft.client.multiplayer
Methods in net.minecraft.client.multiplayer with parameters of type ClientRecipeBookModifier and TypeMethodDescriptionMultiPlayerGameMode.createPlayer
(ClientLevel level, StatsCounter statsManager, ClientRecipeBook recipes) MultiPlayerGameMode.createPlayer
(ClientLevel level, StatsCounter statsManager, ClientRecipeBook recipes, boolean wasShiftKeyDown, boolean wasSprinting) void
SessionSearchTrees.updateRecipes
(ClientRecipeBook recipeBook, RegistryAccess.Frozen registries) -
Uses of ClientRecipeBook in net.minecraft.client.player
Fields in net.minecraft.client.player declared as ClientRecipeBookMethods in net.minecraft.client.player that return ClientRecipeBookConstructors in net.minecraft.client.player with parameters of type ClientRecipeBookModifierConstructorDescriptionLocalPlayer
(Minecraft minecraft, ClientLevel clientLevel, ClientPacketListener connection, StatsCounter stats, ClientRecipeBook recipeBook, boolean wasShiftKeyDown, boolean wasSprinting)