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

Method simple

src/main/java/gregapi/data/FL.java:748–748  ·  view source on GitHub ↗

@return if that Liquid is early-game and easy to handle

(IFluidTank aFluid)

Source from the content-addressed store, hash-verified

746
747 /** @return if that Liquid is early-game and easy to handle */
748 public static boolean simple(IFluidTank aFluid) {return aFluid != null && simple(aFluid.getFluid());}
749 /** @return if that Liquid is early-game and easy to handle */
750 public static boolean simple(FluidStack aFluid) {return aFluid != null && simple(aFluid.getFluid());}
751 /** @return if that Liquid is early-game and easy to handle */

Callers 8

addInformationMethod · 0.95
fillMethod · 0.95
getFluidMethod · 0.95
allowFluidMethod · 0.95
getFluidTankFillable2Method · 0.95
canOutputMethod · 0.95
getFluidTankFillable2Method · 0.95
allowFluidMethod · 0.95

Calls 3

containsMethod · 0.65
getFluidMethod · 0.45
getNameMethod · 0.45

Tested by

no test coverage detected