Class FluidConstantsImpl

java.lang.Object
earth.terrarium.botarium.forge.extensions.FluidConstantsImpl

@ClassExtension(FluidConstants.class) public class FluidConstantsImpl extends Object
  • 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()