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 LobbyConfigLocalBotConfig.lobbyConfig()Returns the value of thelobbyConfigrecord 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 aLocalBotConfigrecord class.