Class DayCareEvent.PreDurationCalculate

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

public static class DayCareEvent.PreDurationCalculate extends DayCareEvent
Fired just before the duration of a day care box is set This is not cancellable
  • Field Details

    • box

      protected final DayCareBox box
    • duration

      protected long duration
  • Constructor Details

    • PreDurationCalculate

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

    • getBox

      public DayCareBox getBox()
      Gets the day care box
      Returns:
      The box
    • getDuration

      public long getDuration()
      Gets the calculated duration
      Returns:
      The calculated duration
    • setDuration

      public void setDuration(long duration)
      Sets the calculated duration
      Parameters:
      duration -