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

Method deprecated

src/main/java/gregapi/data/MT.java:54–54  ·  view source on GitHub ↗
(String aNameOreDict)

Source from the content-addressed store, hash-verified

52 static OreDictMaterial tier (String aNameOreDict) {return create(-1, aNameOreDict).put(UNUSED_MATERIAL, DONT_SHOW_THIS_COMPONENT, IGNORE_IN_COLOR_LOG, MD.GAPI).setAllToTheOutputOf(null, 0, 1);}
53 static OreDictMaterial unused (String aNameOreDict) {return create(-1, aNameOreDict).put(UNUSED_MATERIAL, DONT_SHOW_THIS_COMPONENT);}
54 static OreDictMaterial deprecated (String aNameOreDict) {return create(-1, aNameOreDict).put(UNUSED_MATERIAL, DONT_SHOW_THIS_COMPONENT);}
55 static OreDictMaterial invalid (String aNameOreDict) {return create(-1, aNameOreDict).put(UNUSED_MATERIAL, DONT_SHOW_THIS_COMPONENT, INVALID_MATERIAL);}
56 static OreDictMaterial create (int aID, String aNameOreDict) {if (aID >= 10000) return null; OreDictMaterial rMaterial = OreDictMaterial.createMaterial(aID, aNameOreDict, aNameOreDict); ALL_MATERIALS_REGISTERED_HERE.add(rMaterial); if (aID > 0) rMaterial.setOriginalMod(MD.GAPI); return rMaterial.handle(ANY.WoodPlastic);}
57 static OreDictMaterial create (int aID, String aNameOreDict, TextureSet[] aSets) {return create(aID, aNameOreDict).setTextures(aSets);}

Callers 1

UNUSEDClass · 0.80

Calls 2

createMethod · 0.95
putMethod · 0.45

Tested by

no test coverage detected