rebar
Toggle table of contents
1.0.0-SNAPSHOT
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
rebar
rebar
/
io.github.pylonmc.rebar.recipe
/
RecipeInput
/
Fluid
Fluid
@
JvmRecord
data
class
Fluid
(
val
fluids
:
MutableSet
<
RebarFluid
>
,
val
amountMillibuckets
:
Double
)
:
RecipeInput
,
Record
(
source
)
Members
Constructors
Fluid
Link copied to clipboard
constructor
(
fluids
:
MutableSet
<
RebarFluid
>
,
amountMillibuckets
:
Double
)
constructor
(
amountMillibuckets
:
Double
,
vararg
fluids
:
RebarFluid
)
constructor
(
amountMillibuckets
:
Double
,
tag
:
Tag
<
RebarFluid
>
)
Properties
amount
Millibuckets
Link copied to clipboard
val
amountMillibuckets
:
Double
fluids
Link copied to clipboard
val
fluids
:
MutableSet
<
RebarFluid
>
Functions
contains
Link copied to clipboard
operator
fun
contains
(
fluid
:
RebarFluid
?
)
:
Boolean
matches
Link copied to clipboard
fun
matches
(
fluid
:
RebarFluid
?
,
amountMillibuckets
:
Double
)
:
Boolean