Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
checkRecipe
Method · 0.95
onBlockActivated3
Method · 0.95
onBlockActivated3
Method · 0.95
onToolClick2
Method · 0.95
onBlockActivated3
Method · 0.95
Calls
2
mul
Method · 0.95
getFluidOutput
Method · 0.95
Tested by
no test coverage detected