Class FluidConstantsImpl
java.lang.Object
earth.terrarium.botarium.forge.extensions.FluidConstantsImpl
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic longfromMillibuckets(long amount) static longstatic longstatic longstatic longstatic longstatic longtoMillibuckets(long amount)
-
Constructor Details
-
FluidConstantsImpl
public FluidConstantsImpl()
-
-
Method Details
-
toMillibuckets
@ImplementsBaseElement public static long toMillibuckets(long amount) -
fromMillibuckets
@ImplementsBaseElement public static long fromMillibuckets(long amount) -
getBucketAmount
@ImplementsBaseElement public static long getBucketAmount() -
getBottleAmount
@ImplementsBaseElement public static long getBottleAmount() -
getBlockAmount
@ImplementsBaseElement public static long getBlockAmount() -
getIngotAmount
@ImplementsBaseElement public static long getIngotAmount() -
getNuggetAmount
@ImplementsBaseElement public static long getNuggetAmount()
-