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

Method elec

src/main/java/gregapi/data/MT.java:96–96  ·  view source on GitHub ↗
(int aID, String aNameOreDict, TextureSet[] aSets, long aR, long aG, long aB, long aA    , Object... aRandomData)

Source from the content-addressed store, hash-verified

94 static OreDictMaterial dcmp (int aID, String aNameOreDict, TextureSet[] aSets, long aR, long aG, long aB, long aA , Object... aRandomData) {return create (aID, aNameOreDict, aSets , aR, aG, aB, aA, aRandomData).put(DECOMPOSABLE);}
95 static OreDictMaterial cent (int aID, String aNameOreDict, TextureSet[] aSets, long aR, long aG, long aB, long aA , Object... aRandomData) {return dcmp (aID, aNameOreDict, aSets , aR, aG, aB, aA, aRandomData).put(CENTRIFUGE);}
96 static OreDictMaterial elec (int aID, String aNameOreDict, TextureSet[] aSets, long aR, long aG, long aB, long aA , Object... aRandomData) {return dcmp (aID, aNameOreDict, aSets , aR, aG, aB, aA, aRandomData).put(ELECTROLYSER);}
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);}

Callers 2

coalMethod · 0.95
MTClass · 0.95

Calls 2

dcmpMethod · 0.95
putMethod · 0.45

Tested by

no test coverage detected