예제 #1
0
 /**
  * Creates a district based on a sample chunk within the potential district.
  *
  * @param sample
  * @return
  */
 private District createDistrict(Section sample) {
   return createDistrict(sample.getWorld(), ((sample.getX()) >> 4), ((sample.getZ() >> 4)));
 }