Uses of Interface
net.minecraftforge.common.crafting.ingredients.IIngredientSerializer
Packages that use IIngredientSerializer
Package
Description
-
Uses of IIngredientSerializer in net.minecraft.world.item.crafting
Methods in net.minecraft.world.item.crafting that return IIngredientSerializerModifier and TypeMethodDescriptionIIngredientSerializer<? extends Ingredient>Ingredient.serializer() -
Uses of IIngredientSerializer in net.minecraftforge.common
Fields in net.minecraftforge.common with type parameters of type IIngredientSerializerModifier and TypeFieldDescriptionprivate static final DeferredRegister<IIngredientSerializer<?>>ForgeMod.INGREDIENT_SERIALIZERS -
Uses of IIngredientSerializer in net.minecraftforge.common.crafting.ingredients
Fields in net.minecraftforge.common.crafting.ingredients declared as IIngredientSerializerModifier and TypeFieldDescriptionstatic final IIngredientSerializer<CompoundIngredient>CompoundIngredient.SERIALIZERstatic final IIngredientSerializer<DifferenceIngredient>DifferenceIngredient.SERIALIZERstatic final IIngredientSerializer<IntersectionIngredient>IntersectionIngredient.SERIALIZERstatic final IIngredientSerializer<PartialNBTIngredient>PartialNBTIngredient.SERIALIZERstatic final IIngredientSerializer<StrictNBTIngredient>StrictNBTIngredient.SERIALIZERstatic final IIngredientSerializer<Ingredient>IIngredientSerializer.VANILLAMethods in net.minecraftforge.common.crafting.ingredients that return IIngredientSerializerModifier and TypeMethodDescriptionabstract IIngredientSerializer<? extends Ingredient>AbstractIngredient.serializer()IIngredientSerializer<? extends Ingredient>CompoundIngredient.serializer()DifferenceIngredient.serializer()IntersectionIngredient.serializer()IIngredientSerializer<? extends Ingredient>PartialNBTIngredient.serializer()IIngredientSerializer<? extends Ingredient>StrictNBTIngredient.serializer() -
Uses of IIngredientSerializer in net.minecraftforge.registries
Fields in net.minecraftforge.registries with type parameters of type IIngredientSerializerModifier and TypeFieldDescriptionstatic final Supplier<IForgeRegistry<IIngredientSerializer<?>>>ForgeRegistries.INGREDIENT_SERIALIZERSstatic final ResourceKey<Registry<IIngredientSerializer<?>>>ForgeRegistries.Keys.INGREDIENT_SERIALIZERS