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