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

Method fill

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

Source from the content-addressed store, hash-verified

621 public boolean is(Collection<String> aFluidSet) {return aFluidSet.contains(mName);}
622
623 public ItemStack fill(ItemStack aStack) {return fill(make(Integer.MAX_VALUE), aStack, F, T, T, F);}
624
625 public List<FluidStack> list(long aAmount) {
626 List<FluidStack> rList = new ArrayListNoNulls<>();

Callers 15

onItemUseFirstMethod · 0.95
fillMethod · 0.95
onDispenseMethod · 0.95
onItemRightClickMethod · 0.95
onRightClickEntityMethod · 0.95
processBucketMethod · 0.95
generateMethod · 0.95
findRecipeMethod · 0.95
consumeSlotMethod · 0.95
fillMethod · 0.95
onBlockActivated3Method · 0.95
distributeMethod · 0.95

Calls 15

makeMethod · 0.95
fill_Method · 0.95
invalidMethod · 0.95
equalMethod · 0.95
makeMethod · 0.95
containerMethod · 0.95
equalMethod · 0.95
temperatureMethod · 0.95
simpleMethod · 0.95
acidMethod · 0.95
powerconductingMethod · 0.95
amountMethod · 0.95

Tested by

no test coverage detected