22 package com.realtime.crossfire.jxclient.gui.commands;
27 import org.jetbrains.annotations.NotNull;
void execute()
Executes the command.Does nothing if called while canExecute() returnsfalse .
Maintains the current GuiState.
START
Display the start screen.
A GUICommand which shows the start screen.
final GuiStateManager guiStateManager
The GuiStateManager to affect.
StartCommand(@NotNull final GuiStateManager guiStateManager)
Creates a new instance.
boolean canExecute()
Returns whether this command may be executed.whether this command may be executed ...
void changeGUI(@NotNull final GuiState guiState)
Sets a new GuiState.