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

R

random - Static variable in class de.presti.ree6.utils.others.RandomUtils
An instance of the used Random.
random(int, char[]) - Static method in class de.presti.ree6.utils.others.RandomUtils
Generates a string with the given length and amount of characters.
random(int, String) - Static method in class de.presti.ree6.utils.others.RandomUtils
Generates a string with the given length and amount of characters.
RandomAnswer - Class in de.presti.ree6.commands.impl.fun
A command to give you a random response.
RandomAnswer() - Constructor for class de.presti.ree6.commands.impl.fun.RandomAnswer
 
randomEmbedColor() - Static method in class de.presti.ree6.bot.BotWorker
Called to get a random Embed supported Color.
randomNumber(int) - Static method in class de.presti.ree6.utils.others.RandomUtils
Generates a random number with the given amount of digits.
randomString(int, boolean) - Static method in class de.presti.ree6.utils.others.RandomUtils
Generates a string with the given amount of characters.
RandomUtils - Class in de.presti.ree6.utils.others
Utility class for random things.
Reactions - Class in de.presti.ree6.commands.impl.community
A Command to add a Reaction Role.
Reactions() - Constructor for class de.presti.ree6.commands.impl.community.Reactions
 
Record - Class in de.presti.ree6.commands.impl.fun
A command used to record the conversation of a voice channel.
Record() - Constructor for class de.presti.ree6.commands.impl.fun.Record
 
RedditNotifier - Class in de.presti.ree6.commands.impl.community
A Command to activate Reddit Notifications.
RedditNotifier() - Constructor for class de.presti.ree6.commands.impl.community.RedditNotifier
 
RegExUtil - Class in de.presti.ree6.utils.data
Utility class meant to store all the RegExes.
RegExUtil() - Constructor for class de.presti.ree6.utils.data.RegExUtil
 
registerInstagramUser(String) - Method in class de.presti.ree6.utils.apis.Notifier
Used to register an Instagram-Post Event for all Insta-Users.
registerInstagramUser(List<String>) - Method in class de.presti.ree6.utils.apis.Notifier
Used to register an Instagram-Post Event for all Insta-Users.
registerRSS(String) - Method in class de.presti.ree6.utils.apis.Notifier
Used to register an RSS Feed.
registerRSS(List<String>) - Method in class de.presti.ree6.utils.apis.Notifier
Used to register an RSS Feed.
registerSubreddit(String) - Method in class de.presti.ree6.utils.apis.Notifier
Used to register a Reddit-Post Event for the given Subreddit
registerSubreddit(List<String>) - Method in class de.presti.ree6.utils.apis.Notifier
Used to register a Reddit-Post Event for the Subreddit.
registerTikTokUser(long) - Method in class de.presti.ree6.utils.apis.Notifier
Used to register a TikTok User.
registerTikTokUser(List<Long>) - Method in class de.presti.ree6.utils.apis.Notifier
Used to register multiple TikTok Users.
registerTwitchChannel(String) - Method in class de.presti.ree6.utils.apis.Notifier
Used to Register a Livestream Event for the given Twitch Channel
registerTwitchChannel(List<String>) - Method in class de.presti.ree6.utils.apis.Notifier
Used to Register a Livestream Event for the given Twitch Channels
registerTwitchEventHandler() - Method in class de.presti.ree6.utils.apis.Notifier
Register a EventHandler for the Twitch Livestream Event.
registerTwitterUser(String) - Method in class de.presti.ree6.utils.apis.Notifier
Used to Register a Tweet Event for the given Twitter User
registerTwitterUser(List<String>) - Method in class de.presti.ree6.utils.apis.Notifier
Used to Register a Tweet Event for the given Twitter Users
registerYouTubeChannel(String) - Method in class de.presti.ree6.utils.apis.Notifier
Used to register an Upload Event for the given YouTube Channel.
registerYouTubeChannel(List<String>) - Method in class de.presti.ree6.utils.apis.Notifier
Used to register an upload Event for the given YouTube Channels.
RELEASE - Enum constant in enum class de.presti.ree6.bot.version.BotVersion
Version for a stable release.
reload() - Method in class de.presti.ree6.addons.AddonManager
Reload the AddonManager by stopping every Addon and reading them.
remove(Giveaway) - Method in class de.presti.ree6.module.giveaway.GiveawayManager
 
remove(R) - Method in interface de.presti.ree6.module.IManager
Remove an object from the List.
removeAnnouncement(String) - Static method in class de.presti.ree6.news.AnnouncementManager
Method used to remove announcements from the list.
removeBlacklist(String, String) - Static method in class de.presti.ree6.utils.others.ModerationUtil
Remove a word from the Blacklist.
removeBlacklist(String, List<String>) - Static method in class de.presti.ree6.utils.others.ModerationUtil
Remove a List of words from the Blacklist.
removeCommand(ICommand) - Method in class de.presti.ree6.commands.CommandManager
Remove a Command from the List.
removeGameSession(GameSession) - Static method in class de.presti.ree6.game.core.GameManager
Method used to remove a GameSession.
removeInvite(String, String) - Static method in class de.presti.ree6.logger.invite.InviteContainerManager
Methode to remove an Invite from the Database.
removeInvite(String, String, String) - Static method in class de.presti.ree6.logger.invite.InviteContainerManager
Methode to remove an Invite from the Database.
replace(List<R>) - Method in interface de.presti.ree6.module.IManager
Replace the List with a new one.
reply(String) - Method in class de.presti.ree6.commands.CommandEvent
Reply to the Command execution.
reply(String, int) - Method in class de.presti.ree6.commands.CommandEvent
Reply to the Command execution.
reply(MessageEmbed) - Method in class de.presti.ree6.commands.CommandEvent
Reply to the Command execution.
reply(MessageEmbed, int) - Method in class de.presti.ree6.commands.CommandEvent
Reply to the Command execution.
reply(MessageCreateData) - Method in class de.presti.ree6.commands.CommandEvent
Reply to the Command execution.
reply(MessageCreateData, int) - Method in class de.presti.ree6.commands.CommandEvent
Reply to the Command execution.
request(RequestUtility.Request) - Static method in class de.presti.ree6.utils.external.RequestUtility
Send a Request.
request(String) - Static method in class de.presti.ree6.installer.RequestUtility
Send a Request.
Request() - Constructor for class de.presti.ree6.utils.external.RequestUtility.Request
 
RequestBuilder() - Constructor for class de.presti.ree6.utils.external.RequestUtility.Request.RequestBuilder
 
requestBytes(RequestUtility.Request) - Static method in class de.presti.ree6.utils.external.RequestUtility
Send a Request.
requestJson(RequestUtility.Request) - Static method in class de.presti.ree6.utils.external.RequestUtility
Send a Request.
requestString(RequestUtility.Request) - Static method in class de.presti.ree6.utils.external.RequestUtility
Send a Request.
RequestUtility - Class in de.presti.ree6.installer
Utility class used to send Request and handle their responses easily.
RequestUtility - Class in de.presti.ree6.utils.external
Utility used to work with HTTP Requests.
RequestUtility() - Constructor for class de.presti.ree6.installer.RequestUtility
 
RequestUtility() - Constructor for class de.presti.ree6.utils.external.RequestUtility
 
RequestUtility.Method - Enum Class in de.presti.ree6.utils.external
Supported Methods.
RequestUtility.Request - Class in de.presti.ree6.utils.external
Utility class for Requests.
RequestUtility.Request.RequestBuilder - Class in de.presti.ree6.utils.external
Builder class for a Request class.
resize(BufferedImage, int, int) - Static method in class de.presti.ree6.utils.data.ImageCreationUtility
Resizes an image to an absolute width and height (the image may not be proportional)
RestrictedHttpAudioSourceManager - Class in de.presti.ree6.audio.music.source
A restricted version of HttpAudioSourceManager.
RestrictedHttpAudioSourceManager() - Constructor for class de.presti.ree6.audio.music.source.RestrictedHttpAudioSourceManager
 
Resume - Class in de.presti.ree6.commands.impl.music
Resume a Song.
Resume() - Constructor for class de.presti.ree6.commands.impl.music.Resume
 
retrieveFont(int, String) - Static method in class de.presti.ree6.utils.data.ImageCreationUtility
Retrieves a Font with the given size and fallbacks to Arial if it can't display the given text.
rewardPlayer(GameSession, GamePlayer, Object) - Method in interface de.presti.ree6.game.core.base.IGame
Called when a User should be rewarded.
ROLEDATA_CHANGE - Enum constant in enum class de.presti.ree6.logger.events.LogTyp
LogTyp for the Logs which are fired when a Role gets changed.
round(double, int) - Static method in class de.presti.ree6.utils.others.RandomUtils
Round a double.
RSSNotifier - Class in de.presti.ree6.commands.impl.community
A Command to activate RSS Notifications.
RSSNotifier() - Constructor for class de.presti.ree6.commands.impl.community.RSSNotifier
 
Rule34 - Class in de.presti.ree6.commands.impl.nsfw
A command to show NSFW-Image from rule34.xxx.
Rule34() - Constructor for class de.presti.ree6.commands.impl.nsfw.Rule34
 
runAction(ActionEvent) - Method in interface de.presti.ree6.actions.customevents.IEventAction
Run the specific action.
runAction(ActionEvent) - Method in interface de.presti.ree6.actions.IAction
Run the specific action.
runAction(ActionEvent) - Method in interface de.presti.ree6.actions.streamtools.IStreamAction
Run the specific action.
runAction(CustomEventActionEvent) - Method in interface de.presti.ree6.actions.customevents.IEventAction
Run the specific action.
runAction(StreamActionEvent) - Method in class de.presti.ree6.actions.streamtools.action.PlayBlerpStreamAction
 
runAction(StreamActionEvent) - Method in class de.presti.ree6.actions.streamtools.action.PlayTTSStreamAction
 
runAction(StreamActionEvent) - Method in class de.presti.ree6.actions.streamtools.action.PlayUrlStreamAction
 
runAction(StreamActionEvent) - Method in class de.presti.ree6.actions.streamtools.action.SayStreamAction
 
runAction(StreamActionEvent) - Method in class de.presti.ree6.actions.streamtools.action.VoiceJoinStreamAction
 
runAction(StreamActionEvent) - Method in class de.presti.ree6.actions.streamtools.action.VoiceLeaveStreamAction
 
runAction(StreamActionEvent) - Method in interface de.presti.ree6.actions.streamtools.IStreamAction
Run the specific action.
runAction(Guild, TwitchEvent, String[]) - Method in interface de.presti.ree6.actions.streamtools.IStreamAction
Run the specific action.
runActions() - Method in class de.presti.ree6.actions.customevents.container.CustomEventContainer
Run all Actions.
runActions(TwitchEvent, String) - Method in class de.presti.ree6.actions.streamtools.container.StreamActionContainer
Run all Actions.
runCacheEntry(Class<? extends GenericEvent>, long) - Method in class de.presti.ree6.events.CustomEvents
Run the cache entry for the given event.
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