Class BotDeathEvent
- java.lang.Object
-
- dev.robocode.tankroyale.botapi.events.BotEvent
-
- dev.robocode.tankroyale.botapi.events.BotDeathEvent
-
-
Constructor Summary
Constructors Constructor Description BotDeathEvent(int turnNumber, int victimId)
Initializes a new instance of the BotDeathEvent class.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getVictimId()
Returns the id of the bot that has died.-
Methods inherited from class dev.robocode.tankroyale.botapi.events.BotEvent
getTurnNumber, isCritical
-
-