Uses of Class
net.minecraft.client.recipebook.ClientRecipeBook
Packages that use ClientRecipeBook
-
Uses of ClientRecipeBook in net.minecraft.client.gui.screen.recipebook
Fields in net.minecraft.client.gui.screen.recipebook declared as ClientRecipeBookMethods in net.minecraft.client.gui.screen.recipebook with parameters of type ClientRecipeBookModifier and TypeMethodDescriptionboolean
RecipeGroupButtonWidget.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) 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)