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 BotShouldRespawnEventshouldRespawn(boolean shouldRespawn) Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface SoulFireBotEvent
instanceManagerMethods inherited from interface SoulFireInstanceEvent
soulFireServer
-
Constructor Details
-
BotShouldRespawnEvent
-
-
Method Details
-
connection
- Specified by:
connectionin interfaceSoulFireBotEvent
-
shouldRespawn
public boolean shouldRespawn() -
shouldRespawn
- Returns:
this.
-