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

Method copy

src/main/java/gregapi/recipes/Recipe.java:692–694  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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;

Callers 13

findRecipeMethod · 0.95
findRecipeMethod · 0.95
getCraftingResultMethod · 0.45
getCraftingResultMethod · 0.45
getRecipeOutputMethod · 0.45
getFluidOutputMethod · 0.45
RecipeMethod · 0.45
getCraftingResultMethod · 0.45
getRecipeOutputMethod · 0.45
getCraftingResultMethod · 0.45
findRecipeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected