Class BotShouldRespawnEvent
java.lang.Object
com.soulfiremc.server.api.event.bot.BotShouldRespawnEvent
- All Implemented Interfaces:
SoulFireBotEvent
,SoulFireEvent
,SoulFireGlobalEvent
,SoulFireInstanceEvent
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
@NotNull BotShouldRespawnEvent
shouldRespawn
(boolean shouldRespawn) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.soulfiremc.server.api.event.SoulFireBotEvent
instanceManager
Methods inherited from interface com.soulfiremc.server.api.event.SoulFireInstanceEvent
soulFireServer
-
Constructor Details
-
BotShouldRespawnEvent
-
-
Method Details
-
connection
- Specified by:
connection
in interfaceSoulFireBotEvent
-
shouldRespawn
public boolean shouldRespawn() -
shouldRespawn
- Returns:
this
.
-