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

Method gasflam

src/main/java/gregapi/data/MT.java:99–99  ·  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

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);}
98 static OreDictMaterial gasdcmp (int aID, String aNameOreDict , long aR, long aG, long aB, long aA , Object... aRandomData) {return gas (aID, aNameOreDict, SET_GAS , aR, aG, aB, aA, aRandomData).put(DECOMPOSABLE);}
99 static OreDictMaterial gasflam (int aID, String aNameOreDict , long aR, long aG, long aB, long aA , Object... aRandomData) {return gas (aID, aNameOreDict, SET_GAS , aR, aG, aB, aA, aRandomData).put(DECOMPOSABLE);}
100 static OreDictMaterial gasexpl (int aID, String aNameOreDict , long aR, long aG, long aB, long aA , Object... aRandomData) {return gas (aID, aNameOreDict, SET_GAS , aR, aG, aB, aA, aRandomData).put(DECOMPOSABLE);}
101 static OreDictMaterial gascent (int aID, String aNameOreDict , long aR, long aG, long aB, long aA , Object... aRandomData) {return gasdcmp (aID, aNameOreDict, SET_GAS , aR, aG, aB, aA, aRandomData).put(CENTRIFUGE);}
102 static OreDictMaterial gaselec (int aID, String aNameOreDict , long aR, long aG, long aB, long aA , Object... aRandomData) {return gasdcmp (aID, aNameOreDict, SET_GAS , aR, aG, aB, aA, aRandomData).put(ELECTROLYSER);}

Callers

nothing calls this directly

Calls 2

gasMethod · 0.95
putMethod · 0.45

Tested by

no test coverage detected