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

Method toInt

src/main/java/gregapi/util/UT.java:3311–3311  ·  view source on GitHub ↗
(ItemStack aStack)

Source from the content-addressed store, hash-verified

3309 @Deprecated public static ItemStack mul(long aMultiplier, Object... aStacks) {return ST.mul(aMultiplier, (ItemStack)aStacks[0]);}
3310 @Deprecated public static ItemStack div(long aDivider, Object... aStacks) {return ST.div(aDivider, (ItemStack)aStacks[0]);}
3311 @Deprecated public static int toInt(ItemStack aStack) {return ST.toInt(aStack);}
3312 @Deprecated public static int toIntWildcard(ItemStack aStack) {return ST.toInt(aStack, W);}
3313 @Deprecated public static ItemStack toStack(int aStack) {return ST.toStack(aStack);}
3314 @Deprecated public static Integer[] toIntegerArray(ItemStack... aStacks) {return ST.toIntegerArray(aStacks);}

Callers

nothing calls this directly

Calls 1

toIntMethod · 0.95

Tested by

no test coverage detected