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

Method toIntArray

src/main/java/gregapi/util/ST.java:953–957  ·  view source on GitHub ↗
(ItemStack... aStacks)

Source from the content-addressed store, hash-verified

951 }
952
953 public static int[] toIntArray(ItemStack... aStacks) {
954 int[] rArray = new int[aStacks.length];
955 for (int i = 0; i < rArray.length; i++) rArray[i] = toInt(aStacks[i]);
956 return rArray;
957 }
958
959 public static String configName(ItemStack aStack) {
960 if (invalid(aStack)) return "";

Callers 1

toIntArrayMethod · 0.95

Calls 1

toIntMethod · 0.95

Tested by

no test coverage detected