Class RecipeInput.Item
-
- All Implemented Interfaces:
-
io.github.pylonmc.pylon.core.recipe.RecipeInput
public final class RecipeInput.Item implements RecipeInput
-
-
Field Summary
Fields Modifier and Type Field Description private final Set<ItemStack>
representativeItems
private final ItemStack
representativeItem
private final Set<ItemTypeWrapper>
items
private final Integer
amount
-
Constructor Summary
Constructors Constructor Description RecipeInput.Item(Integer amount, ItemStack items)
RecipeInput.Item(Tag<ItemTypeWrapper> tag, Integer amount)
RecipeInput.Item(Set<ItemTypeWrapper> items, Integer amount)
-
Method Summary
-
-
Constructor Detail
-
RecipeInput.Item
RecipeInput.Item(Tag<ItemTypeWrapper> tag, Integer amount)
-
RecipeInput.Item
RecipeInput.Item(Set<ItemTypeWrapper> items, Integer amount)
-
-
Method Detail
-
getRepresentativeItems
final Set<ItemStack> getRepresentativeItems()
-
getRepresentativeItem
final ItemStack getRepresentativeItem()
-
getItems
final Set<ItemTypeWrapper> getItems()
-
-
-
-