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

Method is_

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

Source from the content-addressed store, hash-verified

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 }
67
68 public static void data(ModData aModID, String aModItemName, int aStackSize, int aMetaData, OreDictItemData aData) {
69 data(ST.make(aModID, aModItemName, aStackSize, aMetaData), aData);

Callers 15

findRecipeMethod · 0.95
findRecipeMethod · 0.95
findRecipeMethod · 0.95
findRecipeMethod · 0.95
getBlueprintMethod · 0.95
findRecipeMethod · 0.95
onOreRegistrationMethod · 0.95
onBlockActivated2Method · 0.95
onBlockActivated2Method · 0.95
onBlockActivated2Method · 0.95
onBlockActivated2Method · 0.95
onBlockActivated2Method · 0.95

Calls 2

toStringMethod · 0.45

Tested by

no test coverage detected