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

Method getOutputs

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

Source from the content-addressed store, hash-verified

731 }
732
733 public ItemStack[] getOutputs() {
734 return getOutputs(RNGSUS, 1);
735 }
736
737 public ItemStack[] getOutputs(Random aRandom) {
738 return getOutputs(aRandom, 1);

Callers 15

checkRecipeMethod · 0.95
convertBlockDropsMethod · 0.95
convertBlockDropsMethod · 0.95
convertBlockDropsMethod · 0.95
convertBlockDropsMethod · 0.95
onBlockActivated3Method · 0.95
onBlockActivated3Method · 0.95
onTick2Method · 0.95
onBlockActivated3Method · 0.95
onToolClick2Method · 0.95
onBlockActivated3Method · 0.95
onToolClick2Method · 0.95

Calls 6

getOutputMethod · 0.95
getOutputChanceMethod · 0.95
getMaxChanceMethod · 0.95
mul_Method · 0.95
amountMethod · 0.95
nextIntMethod · 0.80

Tested by

no test coverage detected