Uses of Class
net.minecraftforge.common.crafting.IntersectionIngredient
Packages that use IntersectionIngredient
-
Uses of IntersectionIngredient in net.minecraftforge.common.crafting
Fields in net.minecraftforge.common.crafting with type parameters of type IntersectionIngredientModifier and TypeFieldDescriptionstatic final IIngredientSerializer<IntersectionIngredient>
IntersectionIngredient.Serializer.INSTANCE
Methods in net.minecraftforge.common.crafting that return IntersectionIngredientModifier and TypeMethodDescriptionIntersectionIngredient.Serializer.parse
(com.google.gson.JsonObject json) IntersectionIngredient.Serializer.parse
(FriendlyByteBuf buffer) Methods in net.minecraftforge.common.crafting that return types with arguments of type IntersectionIngredientMethods in net.minecraftforge.common.crafting with parameters of type IntersectionIngredientModifier and TypeMethodDescriptionvoid
IntersectionIngredient.Serializer.write
(FriendlyByteBuf buffer, IntersectionIngredient intersection)