Class FluidUtil

java.lang.Object
zombie.entity.components.fluids.FluidUtil

public class FluidUtil extends Object
  • Field Details

  • Constructor Details

    • FluidUtil

      public FluidUtil()
  • Method Details

    • getUnitLiter

      public static float getUnitLiter()
    • getUnitDeciLiter

      public static float getUnitDeciLiter()
    • getUnitCentiLiter

      public static float getUnitCentiLiter()
    • getUnitMilliLiter

      public static float getUnitMilliLiter()
    • getUnitDeciMilliLiter

      public static float getUnitDeciMilliLiter()
    • getUnitCentiMilliLiter

      public static float getUnitCentiMilliLiter()
    • getUnitMicroLiter

      public static float getUnitMicroLiter()
    • getMinUnit

      public static float getMinUnit()
    • getMinContainerCapacity

      public static float getMinContainerCapacity()
    • getAmountFormatted

      public static String getAmountFormatted(float float0)
    • getFractionFormatted

      public static String getFractionFormatted(float float1, float float2)
    • getAmountLiter1000

      public static String getAmountLiter1000(float float0)
    • getAmountLiter10

      public static String getAmountLiter10(float float0)
    • getAmountLiter

      public static String getAmountLiter(float float0)
    • getAmountMilli

      public static String getAmountMilli(float float0)
    • roundTransfer

      public static float roundTransfer(float float0)
    • getTransferActionTimePerLiter

      public static float getTransferActionTimePerLiter()
    • getMinTransferActionTime

      public static float getMinTransferActionTime()