Class DayCareEvent.TimerComplete

java.lang.Object
net.minecraftforge.eventbus.api.Event
com.pixelmonmod.pixelmon.api.daycare.event.DayCareEvent
com.pixelmonmod.pixelmon.api.daycare.event.DayCareEvent.TimerComplete
Enclosing class:
DayCareEvent

public static class DayCareEvent.TimerComplete extends DayCareEvent
Event fired when a timer is complete for a box (for online players only)
  • Field Details

    • box

      protected final DayCareBox box
    • duration

      protected final long duration
  • Constructor Details

    • TimerComplete

      public TimerComplete(net.minecraft.server.level.ServerPlayer player, PlayerPartyStorage party, DayCareBox box, long duration)
  • Method Details

    • getBox

      public DayCareBox getBox()
      The box the timer completed for
      Returns:
      The box
    • getDuration

      public long getDuration()
      The total duration the timer took
      Returns:
      The duration