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

Method is

src/main/java/gregapi/util/OM.java:61–63  ·  view source on GitHub ↗
(Object aName, ItemStack aStack)

Source from the content-addressed store, hash-verified

59 }
60
61 public static boolean is(Object aName, ItemStack aStack) {
62 return OreDictManager.isItemStackInstanceOf(aStack, aName.toString());
63 }
64 public static boolean is_(Object aName, ItemStack aStack) {
65 return OreDictManager.isItemStackInstanceOf_(aStack, aName.toString());
66 }

Callers 15

onServerTickMethod · 0.95
isPlanStorageMethod · 0.95
setSetupMethod · 0.95
hasSetupMethod · 0.95
containsInputMethod · 0.95
consumeMaterialsMethod · 0.95
onBlockActivated3Method · 0.95
setStateModeMethod · 0.95
isItemValidMethod · 0.95
onToolClickMethod · 0.95
onPlayerInteractionMethod · 0.95
onOreRegistrationMethod · 0.95

Calls 2

isItemStackInstanceOfMethod · 0.95
toStringMethod · 0.45

Tested by

no test coverage detected