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
/
Container
/
Fluid
Fluid
data
class
Fluid
(
val
fluid
:
PylonFluid
,
var
amountMillibuckets
:
Double
)
:
Container
(
source
)
Members
Constructors
Fluid
Link copied to clipboard
constructor
(
fluid
:
PylonFluid
,
amountMillibuckets
:
Double
)
Properties
amount
Millibuckets
Link copied to clipboard
var
amountMillibuckets
:
Double
fluid
Link copied to clipboard
val
fluid
:
PylonFluid
Functions
is
Pylon
Similar
Link copied to clipboard
fun
isPylonSimilar
(
other
:
Container
)
:
Boolean