MCPcopy Index your code
hub / github.com/GregTech6/gregtech6 / acid

Method acid

src/main/java/gregapi/data/FL.java:754–754  ·  view source on GitHub ↗
(IFluidTank aFluid)

Source from the content-addressed store, hash-verified

752 public static boolean simple(Fluid aFluid) {return aFluid != null && FluidsGT.SIMPLE.contains(aFluid.getName());}
753
754 public static boolean acid(IFluidTank aFluid) {return aFluid != null && acid(aFluid.getFluid());}
755 public static boolean acid(FluidStack aFluid) {return aFluid != null && acid(aFluid.getFluid());}
756 public static boolean acid(Fluid aFluid) {return aFluid != null && FluidsGT.ACID.contains(aFluid.getName());}
757

Callers 15

addInformationMethod · 0.95
fillMethod · 0.95
getFluidMethod · 0.95
onServerTickPreMethod · 0.95
onTick2Method · 0.95
fillMethod · 0.95
isFluidAllowedMethod · 0.95
getFluidTankFillable2Method · 0.95
onBlockActivated3Method · 0.95
onBlockActivated3Method · 0.95
onBlockActivated3Method · 0.95
onBlockActivated3Method · 0.95

Calls 3

containsMethod · 0.65
getFluidMethod · 0.45
getNameMethod · 0.45

Tested by

no test coverage detected