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, shouldRunParalleldecode, encode, handle, replypublic FailedSwitchFleeTask()
public boolean process(ClientBattleManager bm)
BattleTaskPacketprocess in class BattleTaskPacket@Nullable public java.util.UUID getPokemonID()
BattleTaskPacketPokemon this message affectsgetPokemonID in class BattleTaskPacket