Uses of Class
net.minecraft.client.recipebook.ClientRecipeBook
Packages that use ClientRecipeBook
Package
Description
-
Uses of ClientRecipeBook in net.minecraft.client.gui.screen.recipebook
Fields in net.minecraft.client.gui.screen.recipebook declared as ClientRecipeBookModifier and TypeFieldDescriptionprivate ClientRecipeBookRecipeBookResults.recipeBookprivate ClientRecipeBookRecipeBookWidget.recipeBookMethods in net.minecraft.client.gui.screen.recipebook that return ClientRecipeBookMethods in net.minecraft.client.gui.screen.recipebook with parameters of type ClientRecipeBookModifier and TypeMethodDescriptionvoidRecipeGroupButtonWidget.checkForNewRecipes(ClientRecipeBook recipeBook, boolean filteringCraftable) booleanRecipeGroupButtonWidget.hasKnownRecipes(ClientRecipeBook recipeBook) -
Uses of ClientRecipeBook in net.minecraft.client.network
Fields in net.minecraft.client.network declared as ClientRecipeBookMethods in net.minecraft.client.network that return ClientRecipeBookMethods in net.minecraft.client.network with parameters of type ClientRecipeBookModifier and TypeMethodDescriptionClientPlayerInteractionManager.createPlayer(ClientWorld world, StatHandler statHandler, ClientRecipeBook recipeBook) ClientPlayerInteractionManager.createPlayer(ClientWorld world, StatHandler statHandler, ClientRecipeBook recipeBook, boolean lastSneaking, boolean lastSprinting) private voidClientPlayNetworkHandler.refreshRecipeBook(ClientRecipeBook recipeBook) Constructors in net.minecraft.client.network with parameters of type ClientRecipeBookModifierConstructorDescriptionClientPlayerEntity(MinecraftClient client, ClientWorld world, ClientPlayNetworkHandler networkHandler, StatHandler stats, ClientRecipeBook recipeBook, boolean lastSneaking, boolean lastSprinting) -
Uses of ClientRecipeBook in net.minecraft.client.search
Methods in net.minecraft.client.search with parameters of type ClientRecipeBookModifier and TypeMethodDescriptionvoidSearchManager.addRecipeOutputReloader(ClientRecipeBook recipeBook, World world)