Package bothack.events

Notifications for things that happen in the game world.

See: Description

Package bothack.events Description

Notifications for things that happen in the game world.

All registered handlers are invoked for each event in priority order.

The bot may implement these if found useful. The framework automatically uses information from these events to update the game state.

There are more undocumented event types in the package bothack.internal.

See Also:
IBotHack.registerHandler(Integer, Object)