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

Method id

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

Source from the content-addressed store, hash-verified

598
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);}

Callers 7

id_Method · 0.95
displayMethod · 0.95
getNEIRecipesMethod · 0.95
getNEIUsagesMethod · 0.95
allowInputMethod · 0.95
readFromNBT2Method · 0.95
onTick2Method · 0.95

Calls 1

id_Method · 0.95

Tested by

no test coverage detected