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 classclassFields in net.minecraftforge.common.crafting with type parameters of type IIngredientSerializerModifier and TypeFieldDescriptionprivate static com.google.common.collect.BiMap<ResourceLocation,IIngredientSerializer<?>>CraftingHelper.ingredientsMethods in net.minecraftforge.common.crafting that return IIngredientSerializerModifier and TypeMethodDescriptionIIngredientSerializer<? extends Ingredient>CompoundIngredient.getSerializer()IIngredientSerializer<? extends Ingredient>NBTIngredient.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)