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

Method copy

src/main/java/gregapi/data/FL.java:886–890  ·  view source on GitHub ↗
(FluidStack... aFluids)

Source from the content-addressed store, hash-verified

884 }
885
886 public static FluidStack[] copy(FluidStack... aFluids) {
887 FluidStack[] rStacks = new FluidStack[aFluids.length];
888 for (int i = 0; i < aFluids.length; i++) if (aFluids[i] != null) rStacks[i] = aFluids[i].copy();
889 return rStacks;
890 }
891
892 public static final Map<String, Block> BLOCKS = new HashMap<>();
893

Callers 15

RecipeMethod · 0.95
fillMethod · 0.45
drainMethod · 0.45
addToolMethod · 0.45
plantSaplingAtMethod · 0.45
generateMethod · 0.45
trashMethod · 0.45
move_Method · 0.45
getFluidMethod · 0.45
setMethod · 0.45
onTickPreMethod · 0.45
addMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected