Index
All Classes|All Packages
S
- saveAccounts() - Static method in class com.github.mafelp.accounts.AccountManager
-
The method that saves linkedAccounts to a JSON file.
- saveConfiguration() - Static method in class com.github.mafelp.utils.Settings
-
saves the configuration (values) in "YamlConfiguration configuration" to the configuration file
- saveImage(BufferedImage, File, String) - Static method in class com.github.mafelp.minecraft.skins.SkinManager
-
Saves an image to a folder
- sendLinkToken(Player) - Static method in class com.github.mafelp.minecraft.commands.Link
-
The method that sends the link token in a nice message to the
Player
that executed this command. - sendLinkToken(User) - Method in class com.github.mafelp.discord.commands.LinkListener
-
This method sends the user a token, that it can use in
Link
to links its accounts together. - sendMessages(EmbedBuilder) - Method in class com.github.mafelp.discord.DiscordMessageBroadcast
-
Sends the give embed to all configured channels.
- sendSuccessMessage(CommandSender, Command) - Method in class com.github.mafelp.minecraft.commands.Config
-
Sends a success message for the subcommands 'remove' and 'add'
- serverCommandBroadcast - com.github.mafelp.discord.BroadcastType
-
The server executed a command.
- serverCommandBroadcast() - Method in class com.github.mafelp.discord.DiscordMessageBroadcast
-
The method to send a server command embed.
- serverName - Static variable in class com.github.mafelp.utils.Settings
-
Name of the server displayed in footer of discord messages defined in config.yml
- setLinkedAccounts(List<Account>) - Static method in class com.github.mafelp.accounts.AccountManager
-
The setter for the list of Linked Accounts.
- Settings - Class in com.github.mafelp.utils
-
Class containing all settings: [ Internal variables, user defined values, handling configuration files ]
- Settings() - Constructor for class com.github.mafelp.utils.Settings
- SetupListener - Class in com.github.mafelp.discord.commands
-
discord channel
setup
command class. - SetupListener() - Constructor for class com.github.mafelp.discord.commands.SetupListener
- setUsername(String) - Method in class com.github.mafelp.accounts.Account
-
The setter for the
Account.username
. - shortMsg - Static variable in class com.github.mafelp.utils.Settings
-
Use if message prefix should be one (true) or two (true) lines - optionally definable in config.yml - else defined in createDefaultConfig()
- shutdown() - Static method in class com.github.mafelp.discord.DiscordMain
-
Shutdown method to disconnect the bot instance
- skin - Variable in class com.github.mafelp.minecraft.skins.Skin
-
The skin image
- Skin - Class in com.github.mafelp.minecraft.skins
-
Class with information about a Player's skin
- Skin(Player) - Constructor for class com.github.mafelp.minecraft.skins.Skin
-
Creates a skin class and gets the skin and head from the stored files.
- Skin(Player, boolean) - Constructor for class com.github.mafelp.minecraft.skins.Skin
-
Main constructor
- skinDirectory - Variable in class com.github.mafelp.minecraft.skins.Skin
-
The directory which contains the subdirectories skins/ and heads/
- skinDirectoryHeads - Variable in class com.github.mafelp.minecraft.skins.Skin
-
The directory which contains all the head files
- skinDirectorySkins - Variable in class com.github.mafelp.minecraft.skins.Skin
-
The directory which contains all the skin files
- skinFile - Variable in class com.github.mafelp.minecraft.skins.Skin
-
The file which contains BufferedImage skin
- skinFormat - Static variable in class com.github.mafelp.minecraft.skins.Skin
-
The format of the image (minecraft skins are always png)
- SkinManager - Class in com.github.mafelp.minecraft.skins
-
Skin Manager used for managing getting skins from Mojang, saving them and getting head images for the user avatar in Discord Messages.
- SkinManager() - Constructor for class com.github.mafelp.minecraft.skins.SkinManager
All Classes|All Packages