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
Recipe
Input
sealed
interface
RecipeInput
(
source
)
Inheritors
Item
Fluid
Members
Types
Companion
Link copied to clipboard
object
Companion
Fluid
Link copied to clipboard
@
JvmRecord
data
class
Fluid
(
val
fluids
:
MutableSet
<
PylonFluid
>
,
val
amountMillibuckets
:
Double
)
:
Record
,
RecipeInput
Item
Link copied to clipboard
data
class
Item
(
val
items
:
MutableSet
<
ItemTypeWrapper
>
,
val
amount
:
Int
)
:
RecipeInput