MCPcopy Create free account
hub / github.com/GregTech6/gregtech6 / getFluidOutputs

Method getFluidOutputs

src/main/java/gregapi/recipes/Recipe.java:719–721  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

717 }
718
719 public FluidStack[] getFluidOutputs() {
720 return getFluidOutputs(RNGSUS, 1);
721 }
722
723 public FluidStack[] getFluidOutputs(Random aRandom) {
724 return getFluidOutputs(aRandom, 1);

Callers 5

checkRecipeMethod · 0.95
onBlockActivated3Method · 0.95
onBlockActivated3Method · 0.95
onToolClick2Method · 0.95
onBlockActivated3Method · 0.95

Calls 2

mulMethod · 0.95
getFluidOutputMethod · 0.95

Tested by

no test coverage detected