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.CODECstatic final IIngredientSerializer<DifferenceIngredient>DifferenceIngredient.SERIALIZERMethods in net.minecraftforge.common.crafting.ingredients that return DifferenceIngredientModifier and TypeMethodDescriptionstatic DifferenceIngredientDifferenceIngredient.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