示例#1
0
 private boolean getDoesSnow() {
   try {
     return DOES_SNOW.getBoolean(biomeBase);
   } catch (Exception e) {
     dB.echoError(e);
     return false;
   }
 }