Class GlobalFlagsCategory.WorldProperties.weatherCat

java.lang.Object
br.net.fabiozumbi12.RedProtect.Core.config.Category.GlobalFlagsCategory.WorldProperties.weatherCat
Enclosing class:
GlobalFlagsCategory.WorldProperties

@ConfigSerializable public static class GlobalFlagsCategory.WorldProperties.weatherCat extends Object
  • Field Details

    • allow_weather

      @Setting(value="allow-weather", comment="Allow weather changes?") public boolean allow_weather
    • rain_time

      @Setting(value="rain-time", comment="The duration of weather rain.") public int rain_time
    • attempts_before_rain

      @Setting(value="attempts-before-rain", comment="Every x attempts will rain.") public int attempts_before_rain
  • Constructor Details

    • weatherCat

      public weatherCat()