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

Method make_

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

Source from the content-addressed store, hash-verified

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);}
257 @Deprecated public static FluidStack make (FL aFluid, long aAmount, String aReplacementFluidName) {return aFluid.make (aAmount, aReplacementFluidName);}

Callers

nothing calls this directly

Calls 5

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

Tested by

no test coverage detected