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

Method blacklist

src/main/java/gregapi/util/OM.java:302–304  ·  view source on GitHub ↗
(ItemStack aStack)

Source from the content-addressed store, hash-verified

300 }
301
302 public static void blacklist(ItemStack aStack) {
303 OreDictManager.INSTANCE.addToBlacklist(aStack);
304 }
305 public static void blacklist_(ItemStack aStack) {
306 OreDictManager.INSTANCE.addToBlacklist_(aStack);
307 }

Callers 1

onModPreInit2Method · 0.95

Calls 1

addToBlacklistMethod · 0.80

Tested by

no test coverage detected