Uses of Class
net.minecraftforge.common.crafting.ingredients.DifferenceIngredient
Packages that use DifferenceIngredient
-
Uses of DifferenceIngredient in net.minecraftforge.common.crafting.ingredients
Fields in net.minecraftforge.common.crafting.ingredients with type parameters of type DifferenceIngredientModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<DifferenceIngredient>
DifferenceIngredient.CODEC
static final IIngredientSerializer<DifferenceIngredient>
DifferenceIngredient.SERIALIZER
Methods in net.minecraftforge.common.crafting.ingredients that return DifferenceIngredientModifier and TypeMethodDescriptionstatic DifferenceIngredient
DifferenceIngredient.of
(Ingredient base, Ingredient subtracted) Gets the difference from the two ingredientsMethods in net.minecraftforge.common.crafting.ingredients that return types with arguments of type DifferenceIngredient