Index
All Classes|All Packages|Constant Field Values|Serialized Form
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.
- getAllMinecraftAccountNames() - Static method in class com.github.mafelp.accounts.AccountManager
-
Gets all names of minecraft Players who have an account and all the usernames.
- 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.
- getByDiscordUser(User) - Static method in class com.github.mafelp.accounts.Account
-
The method to get an
Account
by theUser
it belongs to. - getByPlayer(OfflinePlayer) - Static method in class com.github.mafelp.accounts.Account
-
The method to get an
Account
by theOfflinePlayer
it belongs to. - getByUsername(String) - Static method in class com.github.mafelp.accounts.Account
-
The method to get an
Account
by theAccount.username
it belongs to. - 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
- getIntegerArgument(int) - Method in class com.github.mafelp.utils.Command
-
Gets the argument at the index as an int.
- getLinkedAccounts() - Static method in class com.github.mafelp.accounts.AccountManager
-
The getter for the list of Linked Accounts.
- getLinkToken(Player) - Static method in class com.github.mafelp.accounts.MinecraftLinker
-
Checks the
MinecraftLinker.linkableAccounts
list, if thePlayer
already has a linking token and if so, it returns the token from this map. - getLinkToken(User) - Static method in class com.github.mafelp.accounts.DiscordLinker
-
Checks the
DiscordLinker.linkableAccounts
list, if theUser
already has a linking token and if so, it returns the token from this map. - getLongArgument(int) - Method in class com.github.mafelp.utils.Command
-
Gets the argument at the index as a Long/int.
- getMentionTag() - Method in class com.github.mafelp.accounts.Account
-
The getter for the
Account.mentionTag
. - getMessageChannels() - Static method in class com.github.mafelp.discord.ChannelAdmin
-
gets all the channels whose IDs were defined in the config.yml
- getPermissionDeniedEmbed(User, 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.accounts.Account
-
The getter for the
Account.player
. - getPlayer() - Method in class com.github.mafelp.minecraft.skins.Skin
-
Getter for the Player whose skin is stored in this class
- getPlayerUUID() - Method in class com.github.mafelp.accounts.Account
-
The getter for the
Account.playerUUID
. - 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.
- getUser() - Method in class com.github.mafelp.accounts.Account
-
The getter for the
Account.user
. - getUserID() - Method in class com.github.mafelp.accounts.Account
-
The getter for the
Account.userID
. - getUsername() - Method in class com.github.mafelp.accounts.Account
-
The getter for the
Account.username
.
All Classes|All Packages|Constant Field Values|Serialized Form