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

Method lqud

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

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);}
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);}

Callers 4

lqudflamMethod · 0.95
lqudexplMethod · 0.95
lquddcmpMethod · 0.95
MTClass · 0.95

Calls 2

createMethod · 0.95
putMethod · 0.45

Tested by

no test coverage detected