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

Method display

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

Source from the content-addressed store, hash-verified

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
606 public FluidStack make (long aAmount) {return make (mName, aAmount);}

Callers 11

CachedDefaultRecipeMethod · 0.95
loadCraftingRecipesMethod · 0.95
loadUsageRecipesMethod · 0.95
getSubItemsMethod · 0.95
onTick2Method · 0.95
slotClickMethod · 0.95
onItemRightClickMethod · 0.45
onItemRightClickMethod · 0.45
onModPostInit2Method · 0.45
onItemRightClickMethod · 0.45
unsorted1Method · 0.45

Calls 13

makeMethod · 0.95
idMethod · 0.95
makeStringMethod · 0.95
setNumberMethod · 0.95
temperatureMethod · 0.95
setBooleanMethod · 0.95
gasMethod · 0.95
setMethod · 0.95
bind7Method · 0.80
getWithMetaMethod · 0.65
getFluidMethod · 0.45
amountMethod · 0.45

Tested by

no test coverage detected