Index
All Classes|All Packages
G
- getAdminLevel(Player) - Static method in class com.github.mafelp.utils.CheckPermission
-
Gets the admin Level of a player/uuid from the ops.json file in the root directory of the minecraft server.
- getApiToken() - Static method in class com.github.mafelp.utils.Settings
-
Getter for the API Token
- getArguments() - Method in class com.github.mafelp.utils.Command
-
Gets the argument array.
- getBooleanArgument(int) - Method in class com.github.mafelp.utils.Command
-
Gets the argument at the index as a boolean.
- getCommand() - Method in class com.github.mafelp.utils.Command
-
Gets the command - the first argument in the parsed string.
- getConfiguration() - Static method in class com.github.mafelp.utils.Settings
-
Getter for the configuration
- getConfigurationFileDirectory() - Static method in class com.github.mafelp.utils.Settings
-
Getter for the configurationFileDirectory
- getContent(String) - Static method in class com.github.mafelp.minecraft.skins.SkinManager
-
Gets the JSON Data from an URL
- getHead() - Method in class com.github.mafelp.minecraft.skins.Skin
-
Getter for the head image
- getHead(BufferedImage) - Static method in class com.github.mafelp.minecraft.skins.SkinManager
-
Create a new BufferedImage in the boundaries of the head of a Minecraft Skin
- getHeadFile() - Method in class com.github.mafelp.minecraft.skins.Skin
-
Getter for the file which contains the head.
- getHeadFile(Player) - Static method in class com.github.mafelp.minecraft.skins.SkinManager
-
Gets the file with the player's head in it
- getLongArgument(int) - Method in class com.github.mafelp.utils.Command
-
Gets the argument at the index as a Long/int.
- getMessageChannels() - Static method in class com.github.mafelp.discord.ChannelAdmin
-
gets all the channels whose IDs were defined in the config.yml
- getPermissionDeniedEmbed(MessageAuthor, String) - Static method in class com.github.mafelp.utils.CheckPermission
-
Gets the embed to server to the user, when he/she does not have the required permissions for something.
- getPlayer() - Method in class com.github.mafelp.minecraft.skins.Skin
-
Getter for the Player whose skin is stored in this class
- getSkin() - Method in class com.github.mafelp.minecraft.skins.Skin
-
Getter for the image
- getSkinDirectory() - Method in class com.github.mafelp.minecraft.skins.Skin
-
Getter for the directory which contains the child directories
skin/
andhead/
- getSkinDirectoryHeads() - Method in class com.github.mafelp.minecraft.skins.Skin
-
Getter for the directory in which all the heads are stored
- getSkinDirectorySkins() - Method in class com.github.mafelp.minecraft.skins.Skin
-
Getter for the directory with contains the skins
- getSkinFile() - Method in class com.github.mafelp.minecraft.skins.Skin
-
Getter for the skin file
- getSkinFile(Player) - Static method in class com.github.mafelp.minecraft.skins.SkinManager
-
Gets the File with the corresponding player skin in it
- getSkinFormat() - Static method in class com.github.mafelp.minecraft.skins.Skin
-
Returns the skinFormat
- getSkinFromFile(File) - Static method in class com.github.mafelp.minecraft.skins.SkinManager
-
Returns the image of a file
- getSkinFromMojang(Player) - Static method in class com.github.mafelp.minecraft.skins.SkinManager
-
Gets the according skin from the Mojang libraries - this should only be used by Skin.java! - this should only be used by Skin.java!
- getSkinUrl(String) - Static method in class com.github.mafelp.minecraft.skins.SkinManager
-
Gets the URL of a minecraft player UUID
- getStringArgument(int) - Method in class com.github.mafelp.utils.Command
-
Gets the argument at the index as a string.
All Classes|All Packages