Uses of Interface
net.minecraft.recipe.Recipe
Package
Description
-
Uses of Recipe in net.minecraft.advancement.criterion
Modifier and TypeMethodDescriptionboolean
void
RecipeUnlockedCriterion.trigger
(ServerPlayerEntity player, Recipe<?> recipe) -
Uses of Recipe in net.minecraft.block.entity
Modifier and TypeMethodDescriptionAbstractFurnaceBlockEntity.getRecipesUsedAndDropExperience
(ServerWorld world, Vec3d pos) Modifier and TypeMethodDescriptionprivate static boolean
AbstractFurnaceBlockEntity.canAcceptRecipeOutput
(DynamicRegistryManager registryManager, @Nullable Recipe<?> recipe, DefaultedList<ItemStack> slots, int count) private static boolean
AbstractFurnaceBlockEntity.craftRecipe
(DynamicRegistryManager registryManager, @Nullable Recipe<?> recipe, DefaultedList<ItemStack> slots, int count) void
AbstractFurnaceBlockEntity.setLastRecipe
(@Nullable Recipe<?> recipe) -
Uses of Recipe in net.minecraft.client.gui.screen.recipebook
Modifier and TypeFieldDescriptionRecipeAlternativesWidget.lastClickedRecipe
RecipeBookResults.lastClickedRecipe
(package private) final Recipe<?>
RecipeAlternativesWidget.AlternativeButtonWidget.recipe
RecipeBookGhostSlots.recipe
Modifier and TypeFieldDescriptionRecipeResultCollection.craftableRecipes
RecipeResultCollection.fittingRecipes
RecipeResultCollection.recipes
RecipeResultCollection.unlockedRecipes
Modifier and TypeMethodDescriptionRecipe<?>
AnimatedResultButton.currentRecipe()
RecipeAlternativesWidget.getLastClickedRecipe()
RecipeBookResults.getLastClickedRecipe()
RecipeBookGhostSlots.getRecipe()
Modifier and TypeMethodDescriptionRecipeResultCollection.getAllRecipes()
RecipeResultCollection.getRecipes
(boolean craftable) AnimatedResultButton.getResults()
RecipeResultCollection.getResults
(boolean craftableOnly) Modifier and TypeMethodDescriptionprotected void
RecipeAlternativesWidget.AlternativeButtonWidget.alignRecipe
(Recipe<?> recipe) protected void
RecipeAlternativesWidget.FurnaceAlternativeButtonWidget.alignRecipe
(Recipe<?> recipe) boolean
RecipeResultCollection.isCraftable
(Recipe<?> recipe) void
void
AbstractFurnaceRecipeBookScreen.showGhostRecipe
(Recipe<?> recipe, List<Slot> slots) void
RecipeBookWidget.showGhostRecipe
(Recipe<?> recipe, List<Slot> slots) Modifier and TypeMethodDescriptionvoid
RecipeBookResults.onRecipesDisplayed
(List<Recipe<?>> recipes) void
RecipeBookWidget.onRecipesDisplayed
(List<Recipe<?>> recipes) void
RecipeDisplayListener.onRecipesDisplayed
(List<Recipe<?>> recipes) private static boolean
RecipeResultCollection.shouldHaveSingleOutput
(DynamicRegistryManager registryManager, List<Recipe<?>> recipes) ModifierConstructorDescriptionAlternativeButtonWidget
(int x, int y, Recipe<?> recipe, boolean craftable) FurnaceAlternativeButtonWidget
(int x, int y, Recipe<?> recipe, boolean craftable) ModifierConstructorDescriptionRecipeResultCollection
(DynamicRegistryManager registryManager, List<Recipe<?>> recipes) -
Uses of Recipe in net.minecraft.client.network
Modifier and TypeMethodDescriptionvoid
ClientPlayerInteractionManager.clickRecipe
(int syncId, Recipe<?> recipe, boolean craftAll) void
ClientPlayerEntity.onRecipeDisplayed
(Recipe<?> recipe) -
Uses of Recipe in net.minecraft.client.recipebook
Modifier and TypeMethodDescriptionprivate static Map<RecipeBookGroup,
List<List<Recipe<?>>>> ClientRecipeBook.toGroupedMap
(Iterable<Recipe<?>> recipes) Modifier and TypeMethodDescriptionprivate static RecipeBookGroup
ClientRecipeBook.getGroupForRecipe
(Recipe<?> recipe) Modifier and TypeMethodDescriptionvoid
ClientRecipeBook.reload
(Iterable<Recipe<?>> recipes, DynamicRegistryManager registryManager) private static Map<RecipeBookGroup,
List<List<Recipe<?>>>> ClientRecipeBook.toGroupedMap
(Iterable<Recipe<?>> recipes) -
Uses of Recipe in net.minecraft.client.toast
Modifier and TypeMethodDescriptionprivate void
RecipeToast.addRecipes
(Recipe<?> recipes) static void
RecipeToast.show
(ToastManager manager, Recipe<?> recipes) -
Uses of Recipe in net.minecraft.command.argument
Modifier and TypeMethodDescriptionstatic Recipe<?>
IdentifierArgumentType.getRecipeArgument
(com.mojang.brigadier.context.CommandContext<ServerCommandSource> context, String argumentName) -
Uses of Recipe in net.minecraft.entity.player
Modifier and TypeMethodDescriptionint
PlayerEntity.lockRecipes
(Collection<Recipe<?>> recipes) int
PlayerEntity.unlockRecipes
(Collection<Recipe<?>> recipes) -
Uses of Recipe in net.minecraft.inventory
Modifier and TypeMethodDescriptionvoid
CraftingResultInventory.setLastRecipe
(@Nullable Recipe<?> recipe) -
Uses of Recipe in net.minecraft.network.packet.c2s.play
ModifierConstructorDescriptionCraftRequestC2SPacket
(int syncId, Recipe<?> recipe, boolean craftAll) RecipeBookDataC2SPacket
(Recipe<?> recipe) -
Uses of Recipe in net.minecraft.network.packet.s2c.play
Modifier and TypeMethodDescriptionstatic <T extends Recipe<?>>
voidSynchronizeRecipesS2CPacket.writeRecipe
(PacketByteBuf buf, T recipe) Modifier and TypeMethodDescriptionstatic Recipe<?>
SynchronizeRecipesS2CPacket.readRecipe
(PacketByteBuf buf) -
Uses of Recipe in net.minecraft.recipe
Modifier and TypeInterfaceDescriptionstatic interface
RecipeManager.MatchGetter<C extends Inventory,
T extends Recipe<C>> interface
RecipeSerializer<T extends Recipe<?>>
The recipe serializer controls the serialization and deserialization of recipe content.interface
RecipeType<T extends Recipe<?>>
The recipe type allows matching recipes more efficiently by only checking recipes under a given type.Modifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
A recipe that has only one input ingredient.class
class
class
class
Deprecated, for removal: This API element is subject to removal in a future version.class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
Modifier and TypeFieldDescriptionprivate Map<RecipeType<?>,
Map<Identifier, Recipe<?>>> RecipeManager.recipes
private Map<Identifier,
Recipe<?>> RecipeManager.recipesById
Modifier and TypeMethodDescriptionstatic <C extends Inventory,
T extends Recipe<C>>
RecipeManager.MatchGetter<C,T> RecipeManager.createCachedMatchGetter
(RecipeType<T> type) Creates a cached match getter.RecipeManager.getAllMatches
(RecipeType<T> type, C inventory, World world) Creates a list of all recipes of the giventype
that match the giveninventory
andworld
.private <C extends Inventory,
T extends Recipe<C>>
Map<Identifier,T> RecipeManager.getAllOfType
(RecipeType<T> type) RecipeManager.getFirstMatch
(RecipeType<T> type, C inventory, World world) Returns a recipe of the giventype
that match the giveninventory
andworld
.<C extends Inventory,
T extends Recipe<C>>
Optional<com.mojang.datafixers.util.Pair<Identifier,T>> RecipeManager.getFirstMatch
(RecipeType<T> type, C inventory, World world, @Nullable Identifier id) <C extends Inventory,
T extends Recipe<C>>
DefaultedList<ItemStack>RecipeManager.getRemainingStacks
(RecipeType<T> type, C inventory, World world) Returns the remainder of a recipe of the giventype
that match the giveninventory
andworld
, or a shallow copy of theinventory
.RecipeManager.listAllOfType
(RecipeType<T> type) Creates a list of all recipes of the giventype
.static <S extends RecipeSerializer<T>,
T extends Recipe<?>>
Sstatic <T extends Recipe<?>>
RecipeType<T>Modifier and TypeMethodDescriptionstatic Recipe<?>
RecipeManager.deserialize
(Identifier id, JsonObject json) Reads a recipe from a JSON object.RecipeUnlocker.getLastRecipe()
Modifier and TypeMethodDescriptionRecipeManager.get
(Identifier id) Returns a recipe with the givenid
, or empty if there is no such recipe.Collection<Recipe<?>>
RecipeManager.values()
Returns all recipes in this manager.Modifier and TypeMethodDescriptiondefault void
RecipeGridAligner.alignRecipeToGrid
(int gridWidth, int gridHeight, int gridOutputSlot, Recipe<?> recipe, Iterator<T> inputs, int amount) int
RecipeMatcher.countCrafts
(Recipe<?> recipe, int limit, @Nullable IntList output) Determines the number of crafts that can be produced for a recipe using the collected resources available to this crafter.int
RecipeMatcher.countCrafts
(Recipe<?> recipe, @Nullable IntList output) Determines the number of crafts that can be produced for a recipe using the collected resources available to this crafter.protected void
InputSlotFiller.fillInputSlots
(Recipe<C> recipe, boolean craftAll) void
InputSlotFiller.fillInputSlots
(ServerPlayerEntity entity, @Nullable Recipe<C> recipe, boolean craftAll) boolean
Attempts to match the recipe against the collected inputs.boolean
Attempts to match the recipe against the collected inputs.void
RecipeUnlocker.setLastRecipe
(@Nullable Recipe<?> recipe) default boolean
RecipeUnlocker.shouldCraftRecipe
(World world, ServerPlayerEntity player, Recipe<?> recipe) Modifier and TypeMethodDescriptionvoid
RecipeManager.setRecipes
(Iterable<Recipe<?>> recipes) Sets the recipes for this recipe manager. -
Uses of Recipe in net.minecraft.recipe.book
Modifier and TypeMethodDescriptionvoid
boolean
void
void
RecipeBook.onRecipeDisplayed
(Recipe<?> recipe) void
boolean
RecipeBook.shouldDisplay
(Recipe<?> recipe) -
Uses of Recipe in net.minecraft.screen
Modifier and TypeMethodDescriptionvoid
AbstractRecipeScreenHandler.fillInputSlots
(boolean craftAll, Recipe<?> recipe, ServerPlayerEntity player) boolean
abstract boolean
boolean
CraftingScreenHandler.matches
(Recipe<? super CraftingInventory> recipe) boolean
PlayerScreenHandler.matches
(Recipe<? super CraftingInventory> recipe) -
Uses of Recipe in net.minecraft.server.network
Modifier and TypeMethodDescriptionprivate void
ServerRecipeBook.handleList
(NbtList list, Consumer<Recipe<?>> handler, RecipeManager recipeManager) int
ServerPlayerEntity.lockRecipes
(Collection<Recipe<?>> recipes) int
ServerRecipeBook.lockRecipes
(Collection<Recipe<?>> recipes, ServerPlayerEntity player) int
ServerPlayerEntity.unlockRecipes
(Collection<Recipe<?>> recipes) int
ServerRecipeBook.unlockRecipes
(Collection<Recipe<?>> recipes, ServerPlayerEntity player)