Uses of Class
net.neoforged.neoforge.common.crafting.SizedIngredient
Packages that use SizedIngredient
-
Uses of SizedIngredient in net.neoforged.neoforge.common.crafting
Fields in net.neoforged.neoforge.common.crafting with type parameters of type SizedIngredientModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec
<SizedIngredient> SizedIngredient.NESTED_CODEC
The "nested" codec forSizedIngredient
.static final net.minecraft.network.codec.StreamCodec
<net.minecraft.network.RegistryFriendlyByteBuf, SizedIngredient> SizedIngredient.STREAM_CODEC
Methods in net.neoforged.neoforge.common.crafting that return SizedIngredientModifier and TypeMethodDescriptionstatic SizedIngredient
SizedIngredient.of
(net.minecraft.world.level.ItemLike item, int count) Helper method to create a simple sized ingredient that matches a single item. -
Uses of SizedIngredient in net.neoforged.neoforge.debug.crafting
Methods in net.neoforged.neoforge.debug.crafting that return types with arguments of type SizedIngredientModifier and TypeMethodDescriptionprivate static List
<SizedIngredient> IngredientTests.CompressedShapelessRecipe.compressIngredients
(List<net.minecraft.world.item.crafting.Ingredient> ingredients) Method parameters in net.neoforged.neoforge.debug.crafting with type arguments of type SizedIngredientModifier and TypeMethodDescriptionprivate static net.minecraft.core.NonNullList
<net.minecraft.world.item.crafting.Ingredient> IngredientTests.CompressedShapelessRecipe.decompressList
(List<SizedIngredient> ingredients) Constructor parameters in net.neoforged.neoforge.debug.crafting with type arguments of type SizedIngredientModifierConstructorDescriptionCompressedShapelessRecipe
(String group, net.minecraft.world.item.crafting.CraftingBookCategory category, net.minecraft.world.item.ItemStack result, List<SizedIngredient> ingredients)