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

Method isItemValid

src/main/java/gregapi/gui/Slot_OreDict.java:37–40  ·  view source on GitHub ↗
(ItemStack aStack)

Source from the content-addressed store, hash-verified

35 }
36
37 @Override
38 public boolean isItemValid(ItemStack aStack) {
39 return super.isItemValid(aStack) && OM.is(mWhiteList, aStack);
40 }
41}

Callers

nothing calls this directly

Calls 1

isMethod · 0.95

Tested by

no test coverage detected