(ItemStack aStack, OreDictPrefix aPrefix, OreDictMaterial aMaterial)
| 193 | } |
| 194 | |
| 195 | public static boolean reg (ItemStack aStack, OreDictPrefix aPrefix, OreDictMaterial aMaterial) { |
| 196 | return OreDictManager.INSTANCE.registerOre (aPrefix, aMaterial, aStack); |
| 197 | } |
| 198 | public static boolean reg_(ItemStack aStack, OreDictPrefix aPrefix, OreDictMaterial aMaterial) { |
| 199 | return OreDictManager.INSTANCE.registerOre_(aPrefix, aMaterial, aStack); |
| 200 | } |
no test coverage detected