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

Method lquddcmp

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

104 static OreDictMaterial lqudflam (int aID, String aNameOreDict , long aR, long aG, long aB, long aA , Object... aRandomData) {return lqud (aID, aNameOreDict, SET_FLUID , aR, aG, aB, aA, aRandomData).put(FLAMMABLE);}
105 static OreDictMaterial lqudexpl (int aID, String aNameOreDict , long aR, long aG, long aB, long aA , Object... aRandomData) {return lqud (aID, aNameOreDict, SET_FLUID , aR, aG, aB, aA, aRandomData).put(FLAMMABLE, EXPLOSIVE);}
106 static OreDictMaterial lquddcmp (int aID, String aNameOreDict , long aR, long aG, long aB, long aA , Object... aRandomData) {return lqud (aID, aNameOreDict, SET_FLUID , aR, aG, aB, aA, aRandomData).put(DECOMPOSABLE);}
107 static OreDictMaterial lqudcent (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(CENTRIFUGE);}
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);}

Callers 3

lqudcentMethod · 0.95
lqudelecMethod · 0.95
MTClass · 0.95

Calls 2

lqudMethod · 0.95
putMethod · 0.45

Tested by

no test coverage detected