JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH:
Uses of Package
net.minecraftforge.common.crafting
Packages that use
net.minecraftforge.common.crafting
Package
Description
net.minecraft.world.item.crafting
net.minecraftforge.common.crafting
Classes in
net.minecraftforge.common.crafting
used by
net.minecraft.world.item.crafting
Class
Description
IIngredientSerializer
IShapedRecipe
Used to mark a recipe that shape matters so that the recipe book and auto crafting picks the correct shape.
Classes in
net.minecraftforge.common.crafting
used by
net.minecraftforge.common.crafting
Class
Description
AbstractIngredient
Extension of
Ingredient
which makes most methods custom ingredients need to implement abstract, and removes the static constructors Mods are encouraged to extend this class for their custom ingredients
CompoundIngredient
Ingredient that matches if any of the child ingredients match
CompoundIngredient.Serializer
ConditionalAdvancement.Builder
ConditionalRecipe.Builder
DifferenceIngredient
Ingredient that matches everything from the first ingredient that is not included in the second ingredient
IIngredientSerializer
IntersectionIngredient
Ingredient that matches if all child ingredients match
PartialNBTIngredient
Ingredient that matches the given items, performing a partial NBT match.
PartialNBTIngredient.Serializer
StrictNBTIngredient
Ingredient that matches the given stack, performing an exact NBT match.
StrictNBTIngredient.Serializer
VanillaIngredientSerializer