Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
checkRecipe
Method · 0.95
convertBlockDrops
Method · 0.95
convertBlockDrops
Method · 0.95
convertBlockDrops
Method · 0.95
convertBlockDrops
Method · 0.95
onBlockActivated3
Method · 0.95
onBlockActivated3
Method · 0.95
onTick2
Method · 0.95
onBlockActivated3
Method · 0.95
onToolClick2
Method · 0.95
onBlockActivated3
Method · 0.95
onToolClick2
Method · 0.95
Calls
6
getOutput
Method · 0.95
getOutputChance
Method · 0.95
getMaxChance
Method · 0.95
mul_
Method · 0.95
amount
Method · 0.95
nextInt
Method · 0.80
Tested by
no test coverage detected