Interface NightmareZoneConfig

  • All Superinterfaces:
    Config

    public interface NightmareZoneConfig
    extends Config
    • Method Detail

      • moveOverlay

        default boolean moveOverlay()
      • powerSurgeNotification

        default Notification powerSurgeNotification()
      • recurrentDamageNotification

        default Notification recurrentDamageNotification()
      • zapperNotification

        default Notification zapperNotification()
      • ultimateForceNotification

        default Notification ultimateForceNotification()
      • overloadNotification

        default Notification overloadNotification()
      • overloadEarlyWarningSeconds

        @Range(min=0,
               max=300)
        @Units("s")
        default int overloadEarlyWarningSeconds()
      • absorptionNotification

        default Notification absorptionNotification()
      • absorptionThreshold

        default int absorptionThreshold()
      • absorptionColorAboveThreshold

        default Color absorptionColorAboveThreshold()
      • absorptionColorBelowThreshold

        default Color absorptionColorBelowThreshold()