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
/
Fluid
Fluid
@
JvmRecord
data
class
Fluid
(
val
fluids
:
MutableSet
<
PylonFluid
>
,
val
amountMillibuckets
:
Double
)
:
Record
,
RecipeInput
(
source
)
Members
Constructors
Fluid
Link copied to clipboard
constructor
(
amountMillibuckets
:
Double
,
vararg
fluids
:
PylonFluid
)
constructor
(
amountMillibuckets
:
Double
,
tag
:
Tag
<
PylonFluid
>
)
constructor
(
fluids
:
MutableSet
<
PylonFluid
>
,
amountMillibuckets
:
Double
)
Properties
amount
Millibuckets
Link copied to clipboard
val
amountMillibuckets
:
Double
fluids
Link copied to clipboard
val
fluids
:
MutableSet
<
PylonFluid
>
Functions
contains
Link copied to clipboard
operator
fun
contains
(
fluid
:
PylonFluid
)
:
Boolean
matches
Link copied to clipboard
fun
matches
(
fluid
:
PylonFluid
,
amountMillibuckets
:
Double
)
:
Boolean