Uses of Interface
net.minecraftforge.common.crafting.IIngredientSerializer
-
Uses of IIngredientSerializer in net.minecraft.world.item.crafting
Modifier and TypeMethodDescriptionIIngredientSerializer<? extends Ingredient>
Ingredient.getSerializer()
-
Uses of IIngredientSerializer in net.minecraftforge.common.crafting
Modifier and TypeClassDescriptionstatic class
static class
static class
static class
static class
class
Modifier and TypeFieldDescriptionstatic final IIngredientSerializer<DifferenceIngredient>
DifferenceIngredient.Serializer.INSTANCE
static final IIngredientSerializer<IntersectionIngredient>
IntersectionIngredient.Serializer.INSTANCE
Modifier and TypeFieldDescriptionprivate static final com.google.common.collect.BiMap<ResourceLocation,
IIngredientSerializer<?>> CraftingHelper.ingredients
Modifier and TypeMethodDescriptionabstract IIngredientSerializer<? extends Ingredient>
AbstractIngredient.getSerializer()
IIngredientSerializer<? extends Ingredient>
CompoundIngredient.getSerializer()
DifferenceIngredient.getSerializer()
IntersectionIngredient.getSerializer()
IIngredientSerializer<? extends Ingredient>
PartialNBTIngredient.getSerializer()
IIngredientSerializer<? extends Ingredient>
StrictNBTIngredient.getSerializer()
static <T extends Ingredient>
IIngredientSerializer<T>CraftingHelper.register
(ResourceLocation key, IIngredientSerializer<T> serializer) Modifier and TypeMethodDescriptionstatic @Nullable ResourceLocation
CraftingHelper.getID
(IIngredientSerializer<?> serializer) static <T extends Ingredient>
IIngredientSerializer<T>CraftingHelper.register
(ResourceLocation key, IIngredientSerializer<T> serializer)