Index
All Classes|All Packages
C
- CANCELLED - com.github.mafelp.utils.Enums.PresentBuilderState
-
It indicates that the user cancelled the wizard and it is now cleaning up.
- channel - Variable in class com.github.mafelp.Builders.PresentBuilder
-
The channel, to which the messages were sent.
- com.github.mafelp - package com.github.mafelp
- com.github.mafelp.Builders - package com.github.mafelp.Builders
- com.github.mafelp.commands - package com.github.mafelp.commands
- com.github.mafelp.Listeners - package com.github.mafelp.Listeners
- com.github.mafelp.Manager - package com.github.mafelp.Manager
- com.github.mafelp.utils - package com.github.mafelp.utils
- com.github.mafelp.utils.Enums - package com.github.mafelp.utils.Enums
- com.github.mafelp.utils.exceptions - package com.github.mafelp.utils.exceptions
- command - Variable in class com.github.mafelp.commands.BirthdayCommand
-
The command which was being parsed with the
CommandParser
command parser. - command - Variable in class com.github.mafelp.commands.ConfigCommand
-
The command which was being parsed with the
CommandParser
command parser. - command - Variable in class com.github.mafelp.commands.RandomCommand
-
The command which was being parsed with the
CommandParser
command parser. - command - Variable in class com.github.mafelp.commands.SkribblCommand
-
The command which was being parsed with the
CommandParser
command parser. - command - Variable in class com.github.mafelp.commands.UnwrapCommand
-
The command which was being parsed with the
CommandParser
command parser. - command - Variable in class com.github.mafelp.commands.WrapCommand
-
The command which was being parsed with the
CommandParser
command parser. - command - Variable in class com.github.mafelp.utils.Command
-
The command aka.
- Command - Class in com.github.mafelp.utils
-
Class to parse strings to commands.
- Command(String, String[]) - Constructor for class com.github.mafelp.utils.Command
-
default constructor for manual construction.
- CommandNotFinishedException - Exception in com.github.mafelp.utils.exceptions
-
The exception class that will be thrown when a command has not ended yet, aka.
- CommandNotFinishedException(String) - Constructor for exception com.github.mafelp.utils.exceptions.CommandNotFinishedException
-
The exception that is being created and thrown.
- CommandParser - Class in com.github.mafelp.utils
-
Class to create new Commands
- CommandParser() - Constructor for class com.github.mafelp.utils.CommandParser
- config - Static variable in class com.github.mafelp.utils.Configuration
-
The global configuration.
- ConfigCommand - Class in com.github.mafelp.commands
-
The class that handles asynchronous execution of the Birthday command.
- ConfigCommand(MessageCreateEvent, Command, String) - Constructor for class com.github.mafelp.commands.ConfigCommand
-
Default Constructor.
- Configuration - Class in com.github.mafelp.utils
-
The class that handles all the configuration tasks for servers and on a global level.
- Configuration() - Constructor for class com.github.mafelp.utils.Configuration
- configurationFilesFolder - Static variable in class com.github.mafelp.utils.Configuration
-
The folder which houses all the sub folder with the server specific configurations, skribbl words, etc.
- CONTENT - com.github.mafelp.utils.Enums.PresentBuilderState
-
It indicates that it is waiting for input on the content.
- createDefaultConfig() - Static method in class com.github.mafelp.utils.Defaults
-
The function that creates a default global configuration.
- createDefaultServerConfiguration() - Static method in class com.github.mafelp.utils.Defaults
-
The function that creates a default server configuration.
All Classes|All Packages