Package com.pixelmonmod.pixelmon.api.daycare.event
package com.pixelmonmod.pixelmon.api.daycare.event
-
ClassDescriptionAll events relating to
DayCareBlock
and breedingEvent fired just after the player collects the egg (and parents) from the DayCare This is not cancellableThe event fired just after the condition status response packet is sent This is not cancellableFired just after the duration of a day care box is set This is not cancellableThis event is fired just after the response packet is sent to the client with the calculated child This is not cancellableEvent fired just after a Pokemon is added to the box This is not cancellableThis event is fired just after the breeding timer begins This is not cancellableEvent fired just before the player collects the egg (and parents) from the DayCare If cancelled nothing happens (effectively cancelling the user's UI click)The event fired just before the condition status response packet is sent Cancelling will prevent the response from happening (will look weird on the client's UI)Fired just before the duration of a day care box is set This is not cancellableThis event is fired just before the response packet is sent to the client with the calculated child Cancelling this will prevent a response (causing the event to be fired more times as the client continues to request a response)Event fired just before a Pokemon is added to the box Cancelling will not add the Pokemon to the box and not send a reply to the client (basically cancelling the click)This event is fired just before the breeding timer begins Cancelling this will prevent it from beginningEvent fired when a timer is complete for a box (for online players only)