Class RecipeInput.Fluid
-
- All Implemented Interfaces:
-
io.github.pylonmc.pylon.core.recipe.RecipeInput
@JvmRecord() public final class RecipeInput.Fluid extends Record implements RecipeInput
-
-
Constructor Summary
Constructors Constructor Description RecipeInput.Fluid(Set<PylonFluid> fluids, Double amountMillibuckets)RecipeInput.Fluid(Double amountMillibuckets, PylonFluid fluids)RecipeInput.Fluid(Double amountMillibuckets, Tag<PylonFluid> tag)
-
Method Summary
Modifier and Type Method Description final Set<PylonFluid>getFluids()final DoublegetAmountMillibuckets()final Booleanmatches(PylonFluid fluid, Double amountMillibuckets)final Booleancontains(PylonFluid fluid)-
-
Constructor Detail
-
RecipeInput.Fluid
RecipeInput.Fluid(Set<PylonFluid> fluids, Double amountMillibuckets)
-
RecipeInput.Fluid
RecipeInput.Fluid(Double amountMillibuckets, PylonFluid fluids)
-
RecipeInput.Fluid
RecipeInput.Fluid(Double amountMillibuckets, Tag<PylonFluid> tag)
-
-
Method Detail
-
getFluids
final Set<PylonFluid> getFluids()
-
getAmountMillibuckets
final Double getAmountMillibuckets()
-
matches
final Boolean matches(PylonFluid fluid, Double amountMillibuckets)
-
contains
final Boolean contains(PylonFluid fluid)
-
-
-
-