Uses of Interface
net.minecraftforge.common.crafting.IIngredientSerializer
-
Uses of IIngredientSerializer in net.minecraft.item.crafting
Modifier and TypeMethodDescriptionIIngredientSerializer<? extends Ingredient>
Ingredient.getSerializer()
-
Uses of IIngredientSerializer in net.minecraftforge.common.crafting
Modifier and TypeClassDescriptionstatic class
static class
class
Modifier and TypeFieldDescriptionprivate static final com.google.common.collect.BiMap<ResourceLocation,
IIngredientSerializer<?>> CraftingHelper.ingredients
Modifier and TypeMethodDescriptionIIngredientSerializer<? extends Ingredient>
CompoundIngredient.getSerializer()
IIngredientSerializer<? extends Ingredient>
NBTIngredient.getSerializer()
static <T extends Ingredient>
IIngredientSerializer<T>CraftingHelper.register
(ResourceLocation key, IIngredientSerializer<T> serializer) Modifier and TypeMethodDescriptionstatic ResourceLocation
CraftingHelper.getID
(IIngredientSerializer<?> serializer) static <T extends Ingredient>
IIngredientSerializer<T>CraftingHelper.register
(ResourceLocation key, IIngredientSerializer<T> serializer)