(int aID, String aNameOreDict , long aR, long aG, long aB, long aA , Object... aRandomData)
| 130 | static OreDictMaterial lqudacidexpl (int aID, String aNameOreDict , long aR, long aG, long aB, long aA , Object... aRandomData) {return lqudacid (aID, aNameOreDict, SET_FLUID , aR, aG, aB, aA, aRandomData).put(FLAMMABLE, EXPLOSIVE);} |
| 131 | static OreDictMaterial lqudacidcent (int aID, String aNameOreDict , long aR, long aG, long aB, long aA , Object... aRandomData) {return lqudaciddcmp (aID, aNameOreDict, SET_FLUID , aR, aG, aB, aA, aRandomData).put(CENTRIFUGE);} |
| 132 | static OreDictMaterial lqudacidelec (int aID, String aNameOreDict , long aR, long aG, long aB, long aA , Object... aRandomData) {return lqudaciddcmp (aID, aNameOreDict, SET_FLUID , aR, aG, aB, aA, aRandomData).put(ELECTROLYSER);} |
| 133 | static OreDictMaterial gas (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(G_CONTAINERS, CONTAINERS_GAS);} |
| 134 | static OreDictMaterial gasdcmp (int aID, String aNameOreDict, TextureSet[] aSets, long aR, long aG, long aB, long aA , Object... aRandomData) {return gas (aID, aNameOreDict, aSets , aR, aG, aB, aA, aRandomData).put(DECOMPOSABLE);} |
| 135 | static OreDictMaterial gascent (int aID, String aNameOreDict, TextureSet[] aSets, long aR, long aG, long aB, long aA , Object... aRandomData) {return gasdcmp (aID, aNameOreDict, aSets , aR, aG, aB, aA, aRandomData).put(CENTRIFUGE);} |
no test coverage detected