(int aID, String aNameOreDict , long aR, long aG, long aB, long aA , Object... aRandomData)
| 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);} |
| 110 | static OreDictMaterial gaschemdcmp (int aID, String aNameOreDict , long aR, long aG, long aB, long aA , Object... aRandomData) {return gaschem (aID, aNameOreDict, SET_GAS , aR, aG, aB, aA, aRandomData).put(DECOMPOSABLE);} |
| 111 | static OreDictMaterial gaschemflam (int aID, String aNameOreDict , long aR, long aG, long aB, long aA , Object... aRandomData) {return gaschem (aID, aNameOreDict, SET_GAS , aR, aG, aB, aA, aRandomData).put(FLAMMABLE);} |
| 112 | static OreDictMaterial gaschemexpl (int aID, String aNameOreDict , long aR, long aG, long aB, long aA , Object... aRandomData) {return gaschem (aID, aNameOreDict, SET_GAS , aR, aG, aB, aA, aRandomData).put(FLAMMABLE, EXPLOSIVE);} |
no test coverage detected