Uses of Record Class
dev.zwazel.internal.config.LobbyConfig
Packages that use LobbyConfig
-
Uses of LobbyConfig in dev.zwazel.internal.config
Methods in dev.zwazel.internal.config that return LobbyConfigModifier and TypeMethodDescription@NonNull LobbyConfig
LocalBotConfig.lobbyConfig()
Returns the value of thelobbyConfig
record component.Constructors in dev.zwazel.internal.config with parameters of type LobbyConfigModifierConstructorDescriptionLocalBotConfig
(Optional<GameWorld.DebugMode> debugMode, @NonNull String botName, @NonNull Class<? extends Tank> tankType, @NonNull String serverIp, @NonNull int serverPort, @NonNull LobbyConfig lobbyConfig) Creates an instance of aLocalBotConfig
record class.