Index
All Classes|All Packages
S
- 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
- sendSuccessMessage(CommandSender, Command) - Method in class com.github.mafelp.minecraft.commands.Config
-
Sends a success message for the subcommands 'remove' and 'add'
- serverName - Static variable in class com.github.mafelp.utils.Settings
-
Name of the server displayed in footer of discord messages defined in config.yml
- 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
- 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