()
| 690 | public FluidStack getFluidOutput(long aIndex) {if (aIndex < 0 || aIndex >= mFluidOutputs.length || mFluidOutputs[(int)aIndex] == null) return null; return mFluidOutputs[(int)aIndex].copy();} |
| 691 | |
| 692 | public Recipe copy() { |
| 693 | return new Recipe(this); |
| 694 | } |
| 695 | |
| 696 | public Recipe setSpecialNumber(long aNumber) { |
| 697 | mSpecialValue = aNumber; |
no outgoing calls
no test coverage detected