Uses of Class
net.minecraftforge.common.crafting.DifferenceIngredient
Packages that use DifferenceIngredient
-
Uses of DifferenceIngredient in net.minecraftforge.common.crafting
Fields in net.minecraftforge.common.crafting with type parameters of type DifferenceIngredientModifier and TypeFieldDescriptionstatic final IIngredientSerializer<DifferenceIngredient>
DifferenceIngredient.Serializer.INSTANCE
Methods in net.minecraftforge.common.crafting that return DifferenceIngredientModifier and TypeMethodDescriptionstatic DifferenceIngredient
DifferenceIngredient.of
(Ingredient base, Ingredient subtracted) Gets the difference from the two ingredientsDifferenceIngredient.Serializer.parse
(com.google.gson.JsonObject json) DifferenceIngredient.Serializer.parse
(FriendlyByteBuf buffer) Methods in net.minecraftforge.common.crafting that return types with arguments of type DifferenceIngredientMethods in net.minecraftforge.common.crafting with parameters of type DifferenceIngredientModifier and TypeMethodDescriptionvoid
DifferenceIngredient.Serializer.write
(FriendlyByteBuf buffer, DifferenceIngredient ingredient)