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

Method gaschemdcmp

src/main/java/gregapi/data/MT.java:110–110  ·  view source on GitHub ↗
(int aID, String aNameOreDict                    , long aR, long aG, long aB, long aA    , Object... aRandomData)

Source from the content-addressed store, hash-verified

108 static OreDictMaterial lqudelec (int aID, String aNameOreDict , long aR, long aG, long aB, long aA , Object... aRandomData) {return lquddcmp (aID, aNameOreDict, SET_FLUID , aR, aG, aB, aA, aRandomData).put(ELECTROLYSER);}
109 static OreDictMaterial gaschem (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);}
110 static OreDictMaterial gaschemdcmp (int aID, String aNameOreDict , long aR, long aG, long aB, long aA , Object... aRandomData) {return gaschem (aID, aNameOreDict, SET_GAS , aR, aG, aB, aA, aRandomData).put(DECOMPOSABLE);}
111 static OreDictMaterial gaschemflam (int aID, String aNameOreDict , long aR, long aG, long aB, long aA , Object... aRandomData) {return gaschem (aID, aNameOreDict, SET_GAS , aR, aG, aB, aA, aRandomData).put(FLAMMABLE);}
112 static OreDictMaterial gaschemexpl (int aID, String aNameOreDict , long aR, long aG, long aB, long aA , Object... aRandomData) {return gaschem (aID, aNameOreDict, SET_GAS , aR, aG, aB, aA, aRandomData).put(FLAMMABLE, EXPLOSIVE);}
113 static OreDictMaterial gaschemcent (int aID, String aNameOreDict , long aR, long aG, long aB, long aA , Object... aRandomData) {return gaschemdcmp (aID, aNameOreDict, SET_GAS , aR, aG, aB, aA, aRandomData).put(CENTRIFUGE);}

Callers 3

gaschemcentMethod · 0.95
gaschemelecMethod · 0.95
MTClass · 0.95

Calls 2

gaschemMethod · 0.95
putMethod · 0.45

Tested by

no test coverage detected