(ItemStack aBiomass)
| 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; |
no test coverage detected