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

Method xenon

src/main/java/gregapi/data/MT.java:443–443  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

441 static OreDictMaterial tellurium () {return metalloid ( 520, "Tellurium" , "Te" , 52, 75, 722, 1261, 6.232 , SET_SHINY , UUM , CHALCOGEN ).aspects(TC.METALLUM, 2, TC.ELECTRUM, 1 );}
442 static OreDictMaterial iodine () {return diatomic ( 530, "Iodine" , "I" , 53, 74, 386, 457, 4.93 , SET_DULL , 255, 240, 240, 255, UUM , HALOGEN , G_CRYSTAL_ORES ).aspects(TC.VITREUS, 2, TC.TEMPESTAS, 1 );}
443 static OreDictMaterial xenon () {return noblegas ( 540, "Xenon" , "Xe" , 54, 77, 161, 165, 0.005887 , SET_DULL , 0, 255, 255 , UUM , CONTAINERS_GAS ).aspects(TC.AER, 3 );}
444 static OreDictMaterial caesium () {return alkali ( 550, "Caesium" , "Cs" , 55, 77, 301, 944, 1.873 , SET_SHINY , 128, 98, 11 , UUM ).aspects_met_rad(3, 0 );}
445 static OreDictMaterial barium () {return alkaline ( 560, "Barium" , "Ba" , 56, 81, 1000, 2170, 3.594 , SET_METALLIC, 131, 130, 76 , UUM ).aspects(TC.VINCULUM, 3 );}
446 static OreDictMaterial lanthanium () {return lanthanide ( 570, "Lanthanium" , "La" , 57, 81, 1193, 3737, 6.145 , SET_METALLIC, 93, 117, 117 , UUM , "Lantanium", "Lantanum", "Lanthanum" ).aspects_met_rad(3, 0 );}

Callers 1

MTClass · 0.95

Calls 2

noblegasMethod · 0.95
aspectsMethod · 0.45

Tested by

no test coverage detected