Пример #1
0
 static {
   for (GemCrafting g : GemCrafting.values()) {
     gem.put(g.getUncut(), g);
   }
 }