pylon-core
Toggle table of contents
1.0.0-SNAPSHOT
jvm
Platform filter
jvm
Switch theme
Search in API
pylon-core
pylon-core
/
io.github.pylonmc.pylon.core.recipe
/
RecipeInput
/
Item
Item
data
class
Item
(
val
items
:
MutableSet
<
ItemTypeWrapper
>
,
val
amount
:
Int
)
:
RecipeInput
(
source
)
Members
Constructors
Item
Link copied to clipboard
constructor
(
amount
:
Int
,
vararg
items
:
ItemStack
)
constructor
(
tag
:
Tag
<
ItemTypeWrapper
>
,
amount
:
Int
)
constructor
(
items
:
MutableSet
<
ItemTypeWrapper
>
,
amount
:
Int
)
Properties
amount
Link copied to clipboard
val
amount
:
Int
items
Link copied to clipboard
val
items
:
MutableSet
<
ItemTypeWrapper
>
representative
Item
Link copied to clipboard
val
representativeItem
:
ItemStack
representative
Items
Link copied to clipboard
val
representativeItems
:
Set
<
ItemStack
>
Functions
contains
Link copied to clipboard
operator
fun
contains
(
itemStack
:
ItemStack
)
:
Boolean
matches
Link copied to clipboard
fun
matches
(
itemStack
:
ItemStack
)
:
Boolean