Uses of Interface
net.minecraftforge.common.crafting.IIngredientSerializer
-
Packages that use IIngredientSerializer Package Description net.minecraft.item.crafting net.minecraftforge.common.crafting -
-
Uses of IIngredientSerializer in net.minecraft.item.crafting
Methods in net.minecraft.item.crafting that return IIngredientSerializer Modifier and Type Method Description IIngredientSerializer<? extends Ingredient>Ingredient. getSerializer() -
Uses of IIngredientSerializer in net.minecraftforge.common.crafting
Classes in net.minecraftforge.common.crafting that implement IIngredientSerializer Modifier and Type Class Description static classCompoundIngredient.Serializerstatic classNBTIngredient.SerializerclassVanillaIngredientSerializerFields in net.minecraftforge.common.crafting with type parameters of type IIngredientSerializer Modifier and Type Field Description private static com.google.common.collect.BiMap<ResourceLocation,IIngredientSerializer<?>>CraftingHelper. ingredientsMethods in net.minecraftforge.common.crafting that return IIngredientSerializer Modifier and Type Method Description IIngredientSerializer<? 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 IIngredientSerializer Modifier and Type Method Description static ResourceLocationCraftingHelper. getID(IIngredientSerializer<?> serializer)static <T extends Ingredient>
IIngredientSerializer<T>CraftingHelper. register(ResourceLocation key, IIngredientSerializer<T> serializer)
-