Class InMemoryNotificationService.BossBarTickResult

java.lang.Object
com.ultikits.ultitools.services.impl.InMemoryNotificationService.BossBarTickResult
Enclosing class:
InMemoryNotificationService

static class InMemoryNotificationService.BossBarTickResult extends Object
Result object for BossBar tick processing.
  • Field Details

    • shouldCancel

      final boolean shouldCancel
    • newProgress

      final double newProgress
  • Constructor Details

    • BossBarTickResult

      BossBarTickResult(boolean shouldCancel, double newProgress)