rebar
Toggle table of contents
1.0.0-SNAPSHOT
jvm
Platform filter
jvm
Switch theme
Search in API
rebar
rebar
/
io.github.pylonmc.rebar.recipe
/
FluidOrItem
/
Fluid
Fluid
@
JvmRecord
data
class
Fluid
(
val
fluid
:
RebarFluid
,
val
amountMillibuckets
:
Double
)
:
Record
,
FluidOrItem
(
source
)
Members
Constructors
Fluid
Link copied to clipboard
constructor
(
fluid
:
RebarFluid
,
amountMillibuckets
:
Double
)
Properties
amount
Millibuckets
Link copied to clipboard
val
amountMillibuckets
:
Double
fluid
Link copied to clipboard
val
fluid
:
RebarFluid
Functions
get
Key
Link copied to clipboard
open
override
fun
getKey
(
)
:
NamespacedKey
key
Link copied to clipboard
open
override
fun
key
(
)
:
@
NotNull
Key
matches
Type
Link copied to clipboard
open
override
fun
matchesType
(
other
:
FluidOrItem
)
:
Boolean