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

Method exists

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

Source from the content-addressed store, hash-verified

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

Callers 15

addInformationMethod · 0.95
biomassMethod · 0.95
createMethod · 0.95
onModPostInit2Method · 0.95
onPostLoadMethod · 0.95
onPostLoadMethod · 0.95
onPostLoadMethod · 0.95
onOreRegistrationMethod · 0.95
addItemsMethod · 0.95
makeMethod · 0.95
runMethod · 0.95
runMethod · 0.95

Calls 2

fluidMethod · 0.95
fluid_Method · 0.95

Tested by

no test coverage detected