Uses of Interface
net.minecraftforge.common.crafting.IIngredientSerializer
Packages that use IIngredientSerializer
-
Uses of IIngredientSerializer in net.minecraft.world.item.crafting
Methods in net.minecraft.world.item.crafting that return IIngredientSerializerModifier and TypeMethodDescriptionIIngredientSerializer<? extends Ingredient>Ingredient.getSerializer() -
Uses of IIngredientSerializer in net.minecraftforge.common.crafting
Classes in net.minecraftforge.common.crafting that implement IIngredientSerializerModifier and TypeClassDescriptionstatic classstatic classstatic classstatic classstatic classclassFields in net.minecraftforge.common.crafting declared as IIngredientSerializerModifier and TypeFieldDescriptionstatic final IIngredientSerializer<DifferenceIngredient>DifferenceIngredient.Serializer.INSTANCEstatic final IIngredientSerializer<IntersectionIngredient>IntersectionIngredient.Serializer.INSTANCEFields in net.minecraftforge.common.crafting with type parameters of type IIngredientSerializerModifier and TypeFieldDescriptionprivate static final com.google.common.collect.BiMap<ResourceLocation,IIngredientSerializer<?>> CraftingHelper.ingredientsMethods in net.minecraftforge.common.crafting that return IIngredientSerializerModifier and TypeMethodDescriptionabstract IIngredientSerializer<? extends Ingredient>AbstractIngredient.getSerializer()IIngredientSerializer<? extends Ingredient>CompoundIngredient.getSerializer()DifferenceIngredient.getSerializer()IntersectionIngredient.getSerializer()IIngredientSerializer<? extends Ingredient>NBTIngredient.getSerializer()IIngredientSerializer<? extends Ingredient>PartialNBTIngredient.getSerializer()static <T extends Ingredient>
IIngredientSerializer<T>CraftingHelper.register(ResourceLocation key, IIngredientSerializer<T> serializer) Methods in net.minecraftforge.common.crafting with parameters of type IIngredientSerializerModifier and TypeMethodDescriptionstatic ResourceLocationCraftingHelper.getID(IIngredientSerializer<?> serializer) static <T extends Ingredient>
IIngredientSerializer<T>CraftingHelper.register(ResourceLocation key, IIngredientSerializer<T> serializer)