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 ClientRecipeBookRecipeBookWidget. recipeBookMethods in net.minecraft.client.gui.screen.recipebook with parameters of type ClientRecipeBook Modifier and Type Method Description booleanRecipeGroupButtonWidget. 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 ClientRecipeBookClientPlayerEntity. recipeBookMethods in net.minecraft.client.network that return ClientRecipeBook Modifier and Type Method Description ClientRecipeBookClientPlayerEntity. getRecipeBook()Methods in net.minecraft.client.network with parameters of type ClientRecipeBook Modifier and Type Method Description ClientPlayerEntityClientPlayerInteractionManager. createPlayer(ClientWorld world, StatHandler statHandler, ClientRecipeBook recipeBook)ClientPlayerEntityClientPlayerInteractionManager. 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)