MCPcopy Index your code
hub / github.com/GregTech6/gregtech6 / toStack

Method toStack

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

Source from the content-addressed store, hash-verified

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);}
3315 @Deprecated public static int[] toIntArray(ItemStack... aStacks) {return ST.toIntArray(aStacks);}
3316 @Deprecated public static Block block(Object aStack) {return ST.block((ItemStack)aStack);}

Callers

nothing calls this directly

Calls 1

toStackMethod · 0.95

Tested by

no test coverage detected