Uses of Class
net.minecraft.client.recipebook.ClientRecipeBook
Package | Description |
---|---|
net.minecraft.client.gui.screen.recipebook | |
net.minecraft.client.network |
-
Uses of ClientRecipeBook in net.minecraft.client.gui.screen.recipebook
Fields in net.minecraft.client.gui.screen.recipebook declared as ClientRecipeBook Modifier and Type Field Description private ClientRecipeBook
RecipeBookWidget. recipeBook
Methods in net.minecraft.client.gui.screen.recipebook with parameters of type ClientRecipeBook Modifier and Type Method Description boolean
RecipeGroupButtonWidget. hasKnownRecipes(ClientRecipeBook recipeBook)
-
Uses of ClientRecipeBook in net.minecraft.client.network
Fields in net.minecraft.client.network declared as ClientRecipeBook Modifier and Type Field Description private ClientRecipeBook
ClientPlayerEntity. recipeBook
Methods in net.minecraft.client.network that return ClientRecipeBook Modifier and Type Method Description ClientRecipeBook
ClientPlayerEntity. getRecipeBook()
Methods in net.minecraft.client.network with parameters of type ClientRecipeBook Modifier and Type Method Description ClientPlayerEntity
ClientPlayerInteractionManager. createPlayer(ClientWorld world, StatHandler statHandler, ClientRecipeBook recipeBook)
ClientPlayerEntity
ClientPlayerInteractionManager. createPlayer(ClientWorld world, StatHandler statHandler, ClientRecipeBook recipeBook, boolean lastSneaking, boolean lastSprinting)
Constructors in net.minecraft.client.network with parameters of type ClientRecipeBook Constructor Description ClientPlayerEntity(MinecraftClient client, ClientWorld world, ClientPlayNetworkHandler networkHandler, StatHandler stats, ClientRecipeBook recipeBook, boolean lastSneaking, boolean lastSprinting)