(ItemStack aStack)
| 45 | return OreDictManager.INSTANCE.getStack(T, aStack); |
| 46 | } |
| 47 | public static ItemStack get_(ItemStack aStack) { |
| 48 | return OreDictManager.INSTANCE.getStack_(T, aStack); |
| 49 | } |
| 50 | |
| 51 | /** @Deprecated Well not really deprecated but I use aPrefix.mat(aMaterial, aStackSize) instead */ |
| 52 | public static ItemStack get(OreDictPrefix aPrefix, OreDictMaterial aMaterial, long aStackSize) { |
no test coverage detected