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

Method dcmp

src/main/java/gregapi/data/MT.java:94–94  ·  view source on GitHub ↗

Making the Table a little bit more overviewable. DO NOT USE THESE FUNCTIONS YOURSELF!!! Use "OreDictMaterial.createMaterial(YOUR-ID-AS-SPECIFIED-IN-THE-ID-RANGES, OREDICT-NAME, LOCALISED-NAME)"

(int aID, String aNameOreDict, TextureSet[] aSets, long aR, long aG, long aB, long aA    , Object... aRandomData)

Source from the content-addressed store, hash-verified

92
93 /** Making the Table a little bit more overviewable. DO NOT USE THESE FUNCTIONS YOURSELF!!! Use "OreDictMaterial.createMaterial(YOUR-ID-AS-SPECIFIED-IN-THE-ID-RANGES, OREDICT-NAME, LOCALISED-NAME)" */
94 static OreDictMaterial dcmp (int aID, String aNameOreDict, TextureSet[] aSets, long aR, long aG, long aB, long aA , Object... aRandomData) {return create (aID, aNameOreDict, aSets , aR, aG, aB, aA, aRandomData).put(DECOMPOSABLE);}
95 static OreDictMaterial cent (int aID, String aNameOreDict, TextureSet[] aSets, long aR, long aG, long aB, long aA , Object... aRandomData) {return dcmp (aID, aNameOreDict, aSets , aR, aG, aB, aA, aRandomData).put(CENTRIFUGE);}
96 static OreDictMaterial elec (int aID, String aNameOreDict, TextureSet[] aSets, long aR, long aG, long aB, long aA , Object... aRandomData) {return dcmp (aID, aNameOreDict, aSets , aR, aG, aB, aA, aRandomData).put(ELECTROLYSER);}
97 static OreDictMaterial gas (int aID, String aNameOreDict , long aR, long aG, long aB, long aA , Object... aRandomData) {return create (aID, aNameOreDict, SET_GAS , aR, aG, aB, aA, aRandomData).put(G_CONTAINERS, CONTAINERS_GAS);}

Callers 5

centMethod · 0.95
elecMethod · 0.95
mixMethod · 0.95
gem_aaMethod · 0.95
MTClass · 0.95

Calls 2

createMethod · 0.95
putMethod · 0.45

Tested by

no test coverage detected