Uses of Interface
net.minecraftforge.common.crafting.ingredients.IIngredientSerializer
Packages that use IIngredientSerializer
Package
Description
-
Uses of IIngredientSerializer in net.minecraft.world.item.crafting
Methods in net.minecraft.world.item.crafting that return IIngredientSerializerModifier and TypeMethodDescriptionIIngredientSerializer<? extends Ingredient>
Ingredient.serializer()
-
Uses of IIngredientSerializer in net.minecraftforge.common
Fields in net.minecraftforge.common with type parameters of type IIngredientSerializerModifier and TypeFieldDescriptionprivate static final DeferredRegister<IIngredientSerializer<?>>
ForgeMod.INGREDIENT_SERIALIZERS
-
Uses of IIngredientSerializer in net.minecraftforge.common.crafting.ingredients
Fields in net.minecraftforge.common.crafting.ingredients declared as IIngredientSerializerModifier and TypeFieldDescriptionstatic final IIngredientSerializer<CompoundIngredient>
CompoundIngredient.SERIALIZER
static final IIngredientSerializer<DifferenceIngredient>
DifferenceIngredient.SERIALIZER
static final IIngredientSerializer<IntersectionIngredient>
IntersectionIngredient.SERIALIZER
static final IIngredientSerializer<PartialNBTIngredient>
PartialNBTIngredient.SERIALIZER
static final IIngredientSerializer<StrictNBTIngredient>
StrictNBTIngredient.SERIALIZER
static final IIngredientSerializer<Ingredient>
IIngredientSerializer.VANILLA
Methods in net.minecraftforge.common.crafting.ingredients that return IIngredientSerializerModifier and TypeMethodDescriptionabstract IIngredientSerializer<? extends Ingredient>
AbstractIngredient.serializer()
IIngredientSerializer<? extends Ingredient>
CompoundIngredient.serializer()
DifferenceIngredient.serializer()
IntersectionIngredient.serializer()
IIngredientSerializer<? extends Ingredient>
PartialNBTIngredient.serializer()
IIngredientSerializer<? extends Ingredient>
StrictNBTIngredient.serializer()
-
Uses of IIngredientSerializer in net.minecraftforge.registries
Fields in net.minecraftforge.registries with type parameters of type IIngredientSerializerModifier and TypeFieldDescriptionstatic final Supplier<IForgeRegistry<IIngredientSerializer<?>>>
ForgeRegistries.INGREDIENT_SERIALIZERS
static final ResourceKey<Registry<IIngredientSerializer<?>>>
ForgeRegistries.Keys.INGREDIENT_SERIALIZERS