public static class CaptureEvent.StartCapture extends CaptureEvent
CaptureEvent.FailedCapture, CaptureEvent.FailedRaidCapture, CaptureEvent.StartCapture, CaptureEvent.StartRaidCapture, CaptureEvent.SuccessfulCapture, CaptureEvent.SuccessfulRaidCapture
player, pokeBall, pokemon
Constructor and Description |
---|
StartCapture(net.minecraft.entity.player.ServerPlayerEntity player,
PixelmonEntity pokemon,
PokeBallEntity pokeBall,
CaptureValues values) |
Modifier and Type | Method and Description |
---|---|
CaptureValues |
getCaptureValues()
Gets the current
CaptureValues for this capture attempt. |
getPlayer, getPokeBall, getPokemon, setPokemon
public StartCapture(net.minecraft.entity.player.ServerPlayerEntity player, PixelmonEntity pokemon, PokeBallEntity pokeBall, CaptureValues values)
public CaptureValues getCaptureValues()
CaptureValues
for this capture attempt. Will contain the modified capture rate and
the ball bonus at this stage.CaptureValues
for this capture attempt.