Index

A B C D E F G H I J K L M N O P Q R S T U V W Y 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

C

cancel() - Method in class de.presti.ree6.logger.events.LogMessage
Cancel the current Log-Message.
canProvide() - Method in class de.presti.ree6.audio.AudioPlayerSendHandler
Check if the AudioPlayer can provide Audio.
canReceiveCombined() - Method in class de.presti.ree6.audio.AudioPlayerReceiveHandler
 
category() - Element in annotation interface de.presti.ree6.commands.interfaces.Command
The category of the Command.
Category - Enum Class in de.presti.ree6.commands
Different Categories for the commands.
CatImage - Class in de.presti.ree6.commands.impl.fun
A command to get a random cat images.
CatImage() - Constructor for class de.presti.ree6.commands.impl.fun.CatImage
 
CHANNELDATA_CHANGE - Enum constant in enum class de.presti.ree6.logger.events.LogTyp
LogTyp for the Logs which are fired when channel data gets changed.
chatGPT - Static variable in class de.presti.ree6.utils.apis.ChatGPTAPI
Instance of the ChatGPT API.
ChatGPTAPI - Class in de.presti.ree6.utils.apis
API Handler class for the ChatGPT API Wrapper.
ChatGPTAPI() - Constructor for class de.presti.ree6.utils.apis.ChatGPTAPI
Constructor to initialise.
chatGPTMessages - Static variable in class de.presti.ree6.utils.data.ArrayUtil
HashMap used to store conversations between the user and the Chat-GPT implementation.
checkArtist(String) - Method in class de.presti.ree6.game.impl.musicquiz.entities.MusicQuizEntry
Check if a string contains the name of the artists.
checkBlacklist(String, String) - Static method in class de.presti.ree6.utils.others.ModerationUtil
Check if the given word is blacklisted.
checkFeatures(String) - Method in class de.presti.ree6.game.impl.musicquiz.entities.MusicQuizEntry
Check if a string contains the name of the features.
checkForNew(Class<? extends GenericEvent>, long) - Method in class de.presti.ree6.events.CustomEvents
Check for new CustomEvents.
checkInteractPermission(CommandEvent) - Method in class de.presti.ree6.audio.music.MusicWorker
Check if the user has enough permission to control the bot.
checkMessage(String, String) - Static method in class de.presti.ree6.utils.others.ModerationUtil
Check if the given Message contains any word that is blacklisted.
checkTitle(String) - Method in class de.presti.ree6.game.impl.musicquiz.entities.MusicQuizEntry
Check if a string contains the name of the title.
checkWhitelisting(AudioReference) - Method in class de.presti.ree6.audio.music.source.RestrictedHttpAudioSourceManager
A method used to check everything
classname - Variable in exception de.presti.ree6.commands.exceptions.CommandInitializerException
Name of the invalid class.
classPath() - Method in record class de.presti.ree6.addons.Addon
Returns the value of the classPath record component.
clear() - Static method in class de.presti.ree6.installer.Main
Clear the console.
clear() - Method in interface de.presti.ree6.module.IManager
Clear the List.
Clear - Class in de.presti.ree6.commands.impl.mod
A command to clear messages.
Clear() - Constructor for class de.presti.ree6.commands.impl.mod.Clear
 
ClearData - Class in de.presti.ree6.commands.impl.mod
A command to clear the Invite-Data stored.
ClearData() - Constructor for class de.presti.ree6.commands.impl.mod.ClearData
 
clearQueue() - Method in class de.presti.ree6.audio.music.TrackScheduler
Clear the current Queue.
Clearqueue - Class in de.presti.ree6.commands.impl.music
Clears the Queue.
Clearqueue() - Constructor for class de.presti.ree6.commands.impl.music.Clearqueue
 
command() - Element in annotation interface de.presti.ree6.actions.ActionInfo
Get the command of the Action.
Command - Annotation Interface in de.presti.ree6.commands.interfaces
Annotation used to store information about the Command easier and access it faster and better.
commandCooldown - Static variable in class de.presti.ree6.utils.data.ArrayUtil
HashMap used to store a users Ids, to keep them from spamming commands.
CommandEvent - Class in de.presti.ree6.commands
Event class used to parse and provide Information about a command execution.
CommandEvent(String, Member, Guild, Message, MessageChannelUnion, String[], SlashCommandInteractionEvent) - Constructor for class de.presti.ree6.commands.CommandEvent
Constructor used to save the Data.
CommandInitializerException - Exception in de.presti.ree6.commands.exceptions
Exception class, used for errors while trying to initialize the Commands.
CommandInitializerException(Class<?>) - Constructor for exception de.presti.ree6.commands.exceptions.CommandInitializerException
Constructs an CommandInitializerException object.
CommandInitializerException(String, String) - Constructor for exception de.presti.ree6.commands.exceptions.CommandInitializerException
Constructs an CommandInitializerException object.
CommandManager - Class in de.presti.ree6.commands
Manager class used to manage all Commands and command related operation.
CommandManager() - Constructor for class de.presti.ree6.commands.CommandManager
Constructor for the Command-Manager used to register every Command.
COMMUNITY - Enum constant in enum class de.presti.ree6.commands.Category
Category used for community Commands.
compareVersion(Language) - Method in class de.presti.ree6.language.Language
Compare the current Language version with another Language.
compareVersion(String, String) - Method in class de.presti.ree6.installer.Config
Compare two version that are based on the x.y.z format.
compareVersion(String, String) - Method in class de.presti.ree6.utils.data.Config
Compare two version that are based on the x.y.z format.
config() - Static method in class de.presti.ree6.installer.Main
Configure Ree6.
Config - Class in de.presti.ree6.installer
Config.
Config - Class in de.presti.ree6.utils.data
Config.
Config() - Constructor for class de.presti.ree6.installer.Config
 
Config() - Constructor for class de.presti.ree6.utils.data.Config
 
Config.LavaLinkNodeConfig - Class in de.presti.ree6.utils.data
 
connectAndRecord(CommandEvent) - Method in class de.presti.ree6.commands.impl.fun.Record
Start the recording of the voice channel.
connectToAudioChannel(AudioManager, AudioChannel) - Method in class de.presti.ree6.audio.music.MusicWorker
Let the Bot connect to an Audio-Channel.
content() - Method in record class de.presti.ree6.news.Announcement
Get the content of the announcement.
convert(long, OAuth2Credential) - Static method in class de.presti.ree6.utils.data.CustomOAuth2Util
Converts a OAuth2Credential to a CustomOAuth2Credential.
convert(TwitchIntegration) - Static method in class de.presti.ree6.utils.data.CustomOAuth2Util
Converts a TwitchIntegration to a CustomOAuth2Credential.
convert(CustomOAuth2Credential) - Static method in class de.presti.ree6.utils.data.CustomOAuth2Util
A bridge method to convert a CustomOAuth2Credential to an enriched CustomOAuth2Credential.
convert(String) - Method in class de.presti.ree6.utils.apis.SpotifyAPIHandler
Convert a Spotify Playlist Link into a List with all Track names.
convertPCMtoWAV(ByteBuffer) - Static method in class de.presti.ree6.utils.data.AudioUtil
Convert a PCM ByteBuffer into a WAV encoded byte array.
convertToCircleShape(URL) - Static method in class de.presti.ree6.utils.data.ImageCreationUtility
Generated a Circle Shaped Version of the given Image.
convertVanityInvite(Guild) - Static method in class de.presti.ree6.logger.invite.InviteContainerManager
Convert a VanityInvite to an Invite
createBot(BotVersion, int) - Static method in class de.presti.ree6.bot.BotWorker
Create a new ShardManager instance and set the rest information for later use.
createCheckerThread() - Method in class de.presti.ree6.main.Main
Method creates a Thread used to create a Checker Thread.
createConfigFile() - Method in class de.presti.ree6.installer.Config
Create a new Config File.
createConfigFile() - Method in class de.presti.ree6.utils.data.Config
Create a new Config File.
createConfiguration() - Method in class de.presti.ree6.installer.Config
Create a new Configuration.
createConfiguration() - Method in class de.presti.ree6.utils.data.Config
Create a new Configuration.
createGame() - Method in interface de.presti.ree6.game.core.base.IGame
Called when the Game is created.
createGame() - Method in class de.presti.ree6.game.impl.blackjack.Blackjack
 
createGame() - Method in class de.presti.ree6.game.impl.musicquiz.MusicQuiz
 
createGameSession(String, String, Member, MessageChannelUnion, ArrayList<User>) - Static method in class de.presti.ree6.game.core.GameManager
Method used to create a new GameSession.
createHeartbeatThread() - Method in class de.presti.ree6.main.Main
Method creates a Thread which sends a heartbeat to a URL in an x seconds interval.
createHornyJailImage(User) - Static method in class de.presti.ree6.utils.data.ImageCreationUtility
Generate a HornyJail Image with Java native Graphics2D.
createInstagramPostStream() - Method in class de.presti.ree6.utils.apis.Notifier
Used to register an Instagram-Post Event for all Insta-Users.
createJoinImage(User, String, String) - Static method in class de.presti.ree6.utils.data.ImageCreationUtility
This method is used to create a Join Image.
createRankImage(UserLevel) - Static method in class de.presti.ree6.utils.data.ImageCreationUtility
Generate a Rank Image with Java native Graphics2D.
createRedditPostStream() - Method in class de.presti.ree6.utils.apis.Notifier
Used to register a Reddit-Post Event for all Subreddits.
createRssStream() - Method in class de.presti.ree6.utils.apis.Notifier
Creates an RSS Stream.
createSuggestions(CommandEvent, MessageChannel, MessageChannel) - Method in class de.presti.ree6.commands.impl.mod.Suggestion
Create all the entries needed.
createTemporal() - Method in class de.presti.ree6.utils.data.Config
Create a new Temporal Info file.
createTemporalFile() - Method in class de.presti.ree6.utils.data.Config
Create a new Temporal File.
createThread(Consumer<Void>) - Static method in class de.presti.ree6.utils.others.ThreadUtil
Creates a Thread with a Consumer.
createThread(Consumer<Void>, Duration, boolean, boolean) - Static method in class de.presti.ree6.utils.others.ThreadUtil
Creates a Thread with a Consumer.
createThread(Consumer<Void>, Consumer<Throwable>) - Static method in class de.presti.ree6.utils.others.ThreadUtil
Creates a Thread with a Consumer.
createThread(Consumer<Void>, Consumer<Throwable>, Duration, boolean, boolean) - Static method in class de.presti.ree6.utils.others.ThreadUtil
Creates a Thread with a Consumer.
createTikTokStream() - Method in class de.presti.ree6.utils.apis.Notifier
Used to create a Thread that handles TikTok notifications.
createYTStream() - Method in class de.presti.ree6.utils.apis.Notifier
Create an API Stream used to update ChannelStats and Notifier of YT.
Credits - Class in de.presti.ree6.commands.impl.info
A command to give credits.
Credits() - Constructor for class de.presti.ree6.commands.impl.info.Credits
 
Cringe - Class in de.presti.ree6.commands.impl.fun
A command to let the bot response to the last Message with a cringe Image.
Cringe() - Constructor for class de.presti.ree6.commands.impl.fun.Cringe
 
CustomEventActionEvent - Class in de.presti.ree6.actions.customevents
A Container class containing the needed Information to run a CustomEventAction.
CustomEventActionEvent(Guild, String[]) - Constructor for class de.presti.ree6.actions.customevents.CustomEventActionEvent
Constructor.
CustomEventContainer - Class in de.presti.ree6.actions.customevents.container
A Container used to store all needed Information for a CustomEventAction.
CustomEventContainer(CustomEventAction) - Constructor for class de.presti.ree6.actions.customevents.container.CustomEventContainer
Create a new CustomEventContainer.
CustomEventContainerCreator - Class in de.presti.ree6.actions.customevents.container
A Utility class used to create CustomEventContainers.
CustomEventContainerCreator() - Constructor for class de.presti.ree6.actions.customevents.container.CustomEventContainerCreator
Constructor should not be called, since it is a utility class that doesn't need an instance.
CustomEventMapper - Class in de.presti.ree6.utils.data
A Mapper that maps an Event to a EventTyp.
CustomEventMapper() - Constructor for class de.presti.ree6.utils.data.CustomEventMapper
 
CustomEvents - Class in de.presti.ree6.events
 
CustomEvents() - Constructor for class de.presti.ree6.events.CustomEvents
 
CustomOAuth2Credential - Class in de.presti.ree6.utils.data
Custom OAuth2Credential to contain the discord user id.
CustomOAuth2Credential(long, OAuth2Credential) - Constructor for class de.presti.ree6.utils.data.CustomOAuth2Credential
Constructor.
CustomOAuth2Credential(long, String, String, String, String, String, Integer, List<String>) - Constructor for class de.presti.ree6.utils.data.CustomOAuth2Credential
Constructor
CustomOAuth2Credential(String, String) - Constructor for class de.presti.ree6.utils.data.CustomOAuth2Credential
Constructor
CustomOAuth2Credential(String, String, Map<String, Object>) - Constructor for class de.presti.ree6.utils.data.CustomOAuth2Credential
Constructor
CustomOAuth2Credential(String, String, String, String, String, Integer, List<String>) - Constructor for class de.presti.ree6.utils.data.CustomOAuth2Credential
Constructor
CustomOAuth2Credential(String, String, String, String, String, Integer, List<String>, Map<String, Object>) - Constructor for class de.presti.ree6.utils.data.CustomOAuth2Credential
Constructor
CustomOAuth2Util - Class in de.presti.ree6.utils.data
Class used to convert a OAuth2Credential to a CustomOAuth2Credential.
CustomOAuth2Util() - Constructor for class de.presti.ree6.utils.data.CustomOAuth2Util
 
A B C D E F G H I J K L M N O P Q R S T U V W Y 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form