Uses of Enum Class
dev.zwazel.GameWorld.DebugMode
Packages that use GameWorld.DebugMode
-
Uses of GameWorld.DebugMode in dev.zwazel
Subclasses with type arguments of type GameWorld.DebugMode in dev.zwazelMethods in dev.zwazel that return GameWorld.DebugModeModifier and TypeMethodDescriptionstatic GameWorld.DebugMode
Returns the enum constant of this class with the specified name.static GameWorld.DebugMode[]
GameWorld.DebugMode.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of GameWorld.DebugMode in dev.zwazel.internal.config
Methods in dev.zwazel.internal.config that return types with arguments of type GameWorld.DebugModeModifier and TypeMethodDescriptionLocalBotConfig.debugMode()
Returns the value of thedebugMode
record component.Constructor parameters in dev.zwazel.internal.config with type arguments of type GameWorld.DebugModeModifierConstructorDescriptionLocalBotConfig
(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.