Package com.soulfiremc.server.api.event
Interface SoulFireBotEvent
- All Superinterfaces:
SoulFireEvent
,SoulFireGlobalEvent
,SoulFireInstanceEvent
- All Known Implementing Classes:
BotClientBrandEvent
,BotClientSettingsEvent
,BotConnectionInitEvent
,BotPacketPreReceiveEvent
,BotPacketPreSendEvent
,BotPostEntityTickEvent
,BotPostTickEvent
,BotPreEntityTickEvent
,BotPreTickEvent
,BotShouldRespawnEvent
,ChatMessageReceiveEvent
,PreBotConnectEvent
Represents a bot event of a SoulFire bot in an attack.
-
Method Summary
Methods inherited from interface com.soulfiremc.server.api.event.SoulFireInstanceEvent
soulFireServer
-
Method Details
-
connection
BotConnection connection() -
instanceManager
- Specified by:
instanceManager
in interfaceSoulFireInstanceEvent
-