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

Method make

src/main/java/gregapi/data/FL.java:606–606  ·  view source on GitHub ↗
(long aAmount)

Source from the content-addressed store, hash-verified

604 public ItemStack display(long aAmount) {return display(make(aAmount), aAmount, F, F);}
605
606 public FluidStack make (long aAmount) {return make (mName, aAmount);}
607 public FluidStack make_(long aAmount) {return make_(mName, aAmount);}
608 public FluidStack make (long aAmount, String aReplacement) {return make (mName, aAmount, aReplacement);}
609 public FluidStack make_(long aAmount, String aReplacement) {return make_(mName, aAmount, aReplacement);}

Callers 15

onItemUseFirstMethod · 0.95
addInformationMethod · 0.95
getFluidMethod · 0.95
cupMethod · 0.95
biomassMethod · 0.95
sawingMethod · 0.95
displayMethod · 0.95
fillMethod · 0.95
listMethod · 0.95
lighterMethod · 0.95
heavierMethod · 0.95
temperatureMethod · 0.95

Calls 2

fluidMethod · 0.95
bindIntMethod · 0.95

Tested by

no test coverage detected