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

Method lqudchemdcmp

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

114 static OreDictMaterial gaschemelec (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(ELECTROLYSER);}
115 static OreDictMaterial lqudchem (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);}
116 static OreDictMaterial lqudchemdcmp (int aID, String aNameOreDict , long aR, long aG, long aB, long aA , Object... aRandomData) {return lqudchem (aID, aNameOreDict, SET_FLUID , aR, aG, aB, aA, aRandomData).put(DECOMPOSABLE);}
117 static OreDictMaterial lqudchemflam (int aID, String aNameOreDict , long aR, long aG, long aB, long aA , Object... aRandomData) {return lqudchem (aID, aNameOreDict, SET_FLUID , aR, aG, aB, aA, aRandomData).put(FLAMMABLE);}
118 static OreDictMaterial lqudchemexpl (int aID, String aNameOreDict , long aR, long aG, long aB, long aA , Object... aRandomData) {return lqudchem (aID, aNameOreDict, SET_FLUID , aR, aG, aB, aA, aRandomData).put(FLAMMABLE, EXPLOSIVE);}
119 static OreDictMaterial lqudchemcent (int aID, String aNameOreDict , long aR, long aG, long aB, long aA , Object... aRandomData) {return lqudchemdcmp (aID, aNameOreDict, SET_FLUID , aR, aG, aB, aA, aRandomData).put(CENTRIFUGE);}

Callers 2

lqudchemcentMethod · 0.95
lqudchemelecMethod · 0.95

Calls 2

lqudchemMethod · 0.95
putMethod · 0.45

Tested by

no test coverage detected