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

Method make

src/main/java/gregapi/util/UT.java:253–253  ·  view source on GitHub ↗
(FL aFluid, long aAmount)

Source from the content-addressed store, hash-verified

251 @Deprecated public static boolean exists(String aFluidName) {return FluidRegistry.getFluid(aFluidName) != null;}
252
253 @Deprecated public static FluidStack make (FL aFluid, long aAmount) {return aFluid.make (aAmount);}
254 @Deprecated public static FluidStack make_(FL aFluid, long aAmount) {return aFluid.make_(aAmount);}
255 @Deprecated public static FluidStack make (FL aFluid, long aAmount, FL aReplacementFluid) {return aFluid.make (aAmount, aReplacementFluid);}
256 @Deprecated public static FluidStack make_(FL aFluid, long aAmount, FL aReplacementFluid) {return aFluid.make_(aAmount, aReplacementFluid);}

Callers 11

displayMethod · 0.95
lighterMethod · 0.95
temperatureMethod · 0.95
waterMethod · 0.95
distwMethod · 0.95
lavaMethod · 0.95
steamMethod · 0.95
milkMethod · 0.95
soymMethod · 0.95
make_Method · 0.95
nameMethod · 0.95

Calls 4

fluidMethod · 0.95
bindIntMethod · 0.95
makeMethod · 0.45
getFluidMethod · 0.45

Tested by

no test coverage detected