Index
All Classes|All Packages
G
- GameCommand - Class in com.github.mafelp.commands
-
The class that handles the asynchronous execution of the game command.
- GameCommand(MessageCreateEvent, List<String>) - Constructor for class com.github.mafelp.commands.GameCommand
-
The "Default" Constructor
- games - Variable in class com.github.mafelp.commands.GameCommand
-
The list of games, specified in the configuration of the server, on which the message was sent on.
- games - Static variable in class com.github.mafelp.utils.Defaults
-
The default games that could be played.
- getArguments() - Method in class com.github.mafelp.utils.Command
-
Gets the argument array.
- getBooleanArgument(int) - Method in class com.github.mafelp.utils.Command
-
Gets the argument at the index as a boolean.
- getCommand() - Method in class com.github.mafelp.utils.Command
-
Gets the command - the first argument in the parsed string.
- getListeningChannels() - Static method in class com.github.mafelp.Listeners.SkribblListener
-
The getter for the listening channels.
- getListeningState(User) - Static method in class com.github.mafelp.Listeners.PrivateChannelListener
-
The getter for the listening state in the map.
- getLongArgument(int) - Method in class com.github.mafelp.utils.Command
-
Gets the argument at the index as a Long/int.
- getPresent() - Method in class com.github.mafelp.Builders.PresentBuilder
- getPresentBuilder(User) - Static method in class com.github.mafelp.Builders.PresentBuilder
- getPresents(Server, User) - Static method in class com.github.mafelp.Manager.PresentManager
-
The getter for all presents, that can be unpacked by a user.
- getPresentsFile(Server) - Static method in class com.github.mafelp.Manager.PresentManager
-
Gets a presents file for a specific server.
- getServerConfiguration(Server) - Static method in class com.github.mafelp.utils.Configuration
-
The method that return the server configuration which is in the map.
- getServerConfigurationFolder(Server) - Static method in class com.github.mafelp.utils.Configuration
-
Method that gets the configuration folder of given server.
- getSkribblWords(Server) - Static method in class com.github.mafelp.Manager.SkribblManager
-
The function that gets all the skribbl words from server.
- getStringArgument(int) - Method in class com.github.mafelp.utils.Command
-
Gets the argument at the index as a string.
- globalConfigurationFile - Static variable in class com.github.mafelp.utils.Configuration
-
The configuration file which houses the global
Configuration.config
.
All Classes|All Packages