Class BotClientSettingsEvent
java.lang.Object
com.soulfiremc.server.api.event.bot.BotClientSettingsEvent
- All Implemented Interfaces:
SoulFireBotEvent
,SoulFireEvent
,SoulFireGlobalEvent
,SoulFireInstanceEvent
-
Constructor Summary
ConstructorsConstructorDescriptionBotClientSettingsEvent
(BotConnection connection, net.minecraft.server.level.ClientInformation clientInformation) -
Method Summary
Modifier and TypeMethodDescriptionnet.minecraft.server.level.ClientInformation
@NotNull BotClientSettingsEvent
clientInformation
(net.minecraft.server.level.ClientInformation clientInformation) 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
-
BotClientSettingsEvent
public BotClientSettingsEvent(BotConnection connection, net.minecraft.server.level.ClientInformation clientInformation)
-
-
Method Details
-
connection
- Specified by:
connection
in interfaceSoulFireBotEvent
-
clientInformation
public net.minecraft.server.level.ClientInformation clientInformation() -
clientInformation
@NotNull public @NotNull BotClientSettingsEvent clientInformation(net.minecraft.server.level.ClientInformation clientInformation) - Returns:
this
.
-