Interface IRecipeComponent
- All Known Implementing Classes:
IngredientWithCount,WrappedIngredient,WrappedItem
public interface IRecipeComponent
-
Method Summary
-
Method Details
-
getStack
net.minecraft.world.item.ItemStack getStack() -
getStacks
List<net.minecraft.world.item.ItemStack> getStacks() -
getItem
net.minecraft.world.item.Item getItem() -
getCount
int getCount() -
isValid
default boolean isValid() -
matches
boolean matches(net.minecraft.world.item.ItemStack stack)
-