Uses of Interface
net.minecraftforge.common.crafting.IIngredientSerializer
Packages that use IIngredientSerializer
-
Uses of IIngredientSerializer in net.minecraft.item.crafting
Methods in net.minecraft.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 class
static class
class
Fields in net.minecraftforge.common.crafting with type parameters of type IIngredientSerializerModifier and TypeFieldDescriptionprivate static final com.google.common.collect.BiMap<ResourceLocation,
IIngredientSerializer<?>> CraftingHelper.ingredients
Methods 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 ResourceLocation
CraftingHelper.getID
(IIngredientSerializer<?> serializer) static <T extends Ingredient>
IIngredientSerializer<T>CraftingHelper.register
(ResourceLocation key, IIngredientSerializer<T> serializer)