Class CatchRaidIntentHandler

java.lang.Object
com.pixelmonmod.pixelmon.battles.raids.data.update.handler.CatchRaidIntentHandler
All Implemented Interfaces:
RaidIntentHandler<CatchRaidIntent>

public class CatchRaidIntentHandler extends Object implements RaidIntentHandler<CatchRaidIntent>
Standard handler for CatchRaidIntent.

Validates the selected Poke Ball, runs raid capture logic, consumes the ball when appropriate, and sends the catch result back to the player.