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

Method fluid

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

Source from the content-addressed store, hash-verified

599
600 public int id() {return FluidRegistry.getFluidID(mName);}
601 public Fluid fluid() {return fluid_(mName);}
602 public boolean exists() {return fluid() != null;}
603 public ItemStack display() {return display(make(0), F, F);}
604 public ItemStack display(long aAmount) {return display(make(aAmount), aAmount, F, F);}

Callers 15

onItemUseFirstMethod · 0.95
addInformationMethod · 0.95
getColorFromItemStackMethod · 0.95
getUnlocalizedNameMethod · 0.95
hasEffectMethod · 0.95
getSubItemsMethod · 0.95
updateItemStackMethod · 0.95
getFluidMethod · 0.95
existsMethod · 0.95
makeMethod · 0.95
make_Method · 0.95

Calls 3

fluid_Method · 0.95
stringInvalidMethod · 0.95
getFluidMethod · 0.45

Tested by

no test coverage detected