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

Method gasexpl

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

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);}
103 static OreDictMaterial lqud (int aID, String aNameOreDict , long aR, long aG, long aB, long aA , Object... aRandomData) {return create (aID, aNameOreDict, SET_FLUID , aR, aG, aB, aA, aRandomData).put(G_CONTAINERS, CONTAINERS_FLUID);}

Callers 1

MTClass · 0.95

Calls 2

gasMethod · 0.95
putMethod · 0.45

Tested by

no test coverage detected