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

Method biomass

src/main/java/gregapi/data/RM.java:682–682  ·  view source on GitHub ↗
(ItemStack aBiomass)

Source from the content-addressed store, hash-verified

680
681
682 public static boolean biomass(ItemStack aBiomass) {return biomass(aBiomass, 64);}
683 public static boolean biomass(ItemStack aBiomass, long aSpeed) {
684 if (ST.invalid(aBiomass)) return F;
685 int tSize = aBiomass.stackSize;

Callers 15

onPostLoadMethod · 0.95
onPostLoadMethod · 0.95
onPostLoadMethod · 0.95
onPostLoadMethod · 0.95
onPostLoadMethod · 0.95
onPostLoadMethod · 0.95
onPostLoadMethod · 0.95
onPostLoadMethod · 0.95
onPostLoadMethod · 0.95
runMethod · 0.95
runMethod · 0.95
runMethod · 0.95

Calls 6

invalidMethod · 0.95
amountMethod · 0.95
makeMethod · 0.95
existsMethod · 0.95
addRecipe1Method · 0.80
equalsMethod · 0.45

Tested by

no test coverage detected