Beispiel #1
0
 public Map<Integer, Integer> getBiomeMapping() {
   if (biomeMapping.isEmpty()) {
     setupBiomeMapping();
   }
   return biomeMapping;
 }