Class DefaultEventPriority
java.lang.Object
dev.robocode.tankroyale.botapi.events.DefaultEventPriority
Default event priorities values. The higher value, the higher event priority. So the
WonRoundEvent
has the
highest priority (150), and DeathEvent
has the lowest priority (10).-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
Event priority for theBotDeathEvent
static final int
Event priority for theBulletFiredEvent
static final int
Event priority for theBulletHitBotEvent
static final int
Event priority for theBulletHitBulletEvent
static final int
Event priority for theBulletHitWallEvent
static final int
Event priority for theCustomEvent
static final int
Event priority for theDeathEvent
static final int
Event priority for theHitBotEvent
static final int
Event priority for theHitByBulletEvent
static final int
Event priority for theHitWallEvent
static final int
Event priority for theScannedBotEvent
static final int
Event priority for theSkippedTurnEvent
static final int
Event priority for theTeamMessageEvent
.static final int
Event priority for theTickEvent
static final int
Event priority for theWonRoundEvent
-
Method Summary
-
Field Details
-
WON_ROUND
-
SKIPPED_TURN
-
TICK
-
CUSTOM
-
TEAM_MESSAGE
-
BOT_DEATH
-
BULLET_HIT_WALL
-
BULLET_HIT_BULLET
-
BULLET_HIT_BOT
-
BULLET_FIRED
-
HIT_BY_BULLET
-
HIT_WALL
-
HIT_BOT
-
SCANNED_BOT
-
DEATH
-