public class FailedSwitchFleeTask extends BattleTaskPacket
Constructor and Description |
---|
FailedSwitchFleeTask()
Empty constructor for packet registration.
|
Modifier and Type | Method and Description |
---|---|
java.util.UUID |
getPokemonID()
Gets the UUID of the
Pokemon this message affects |
boolean |
process(ClientBattleManager bm)
Will be called once per frame until you return false.
|
handlePacket, shouldRunParallel
decode, encode, handle, reply
public FailedSwitchFleeTask()
public boolean process(ClientBattleManager bm)
BattleTaskPacket
process
in class BattleTaskPacket
@Nullable public java.util.UUID getPokemonID()
BattleTaskPacket
Pokemon
this message affectsgetPokemonID
in class BattleTaskPacket