Skip navigation links
C G P S 

C

Chat - Class in com.github.mrivanplays.bungee.vault.api
Represents things for the chat
Chat() - Constructor for class com.github.mrivanplays.bungee.vault.api.Chat
 
com.github.mrivanplays.bungee.vault.api - package com.github.mrivanplays.bungee.vault.api
 

G

getChat() - Static method in class com.github.mrivanplays.bungee.vault.api.Chat
Gets an instance of this class
getFullName() - Method in interface com.github.mrivanplays.bungee.vault.api.Provider
Gets the full name of the plugin by appending Provider.getName() with Provider.getVersion()
getGroups(ProxiedPlayer) - Method in class com.github.mrivanplays.bungee.vault.api.Permission
Gets the player groups
getName() - Method in interface com.github.mrivanplays.bungee.vault.api.Provider
Gets the provider name
getPermission() - Static method in class com.github.mrivanplays.bungee.vault.api.Permission
Gets an instance of this class
getPermissions(ProxiedPlayer) - Method in class com.github.mrivanplays.bungee.vault.api.Permission
Gets the player permissions
getPlayerPrefix(ProxiedPlayer) - Method in class com.github.mrivanplays.bungee.vault.api.Chat
Gets the player's prefix Empty string if the provider is BungeeCord
getPlayerSuffix(ProxiedPlayer) - Method in class com.github.mrivanplays.bungee.vault.api.Chat
Gets the player's suffix Empty string if the provider is BungeeCord
getPrimaryGroup(ProxiedPlayer) - Method in class com.github.mrivanplays.bungee.vault.api.Permission
Gets the 1st group of the player If no permission plugin is installed, it will get the first BungeeCord one.
getProvider() - Method in class com.github.mrivanplays.bungee.vault.api.Permission
Gets the provider
getVersion() - Method in interface com.github.mrivanplays.bungee.vault.api.Provider
Gets the provider version
getVersionInt() - Method in interface com.github.mrivanplays.bungee.vault.api.Provider
Gets the version as Integer

P

Permission - Class in com.github.mrivanplays.bungee.vault.api
Represents permission things for the players
Permission() - Constructor for class com.github.mrivanplays.bungee.vault.api.Permission
 
Provider - Interface in com.github.mrivanplays.bungee.vault.api
Represents a provider

S

setInstance(Chat) - Static method in class com.github.mrivanplays.bungee.vault.api.Chat
Sets an instance of this class If the instance is already set, this method will throw an IllegalArgumentException.
setInstance(Permission) - Static method in class com.github.mrivanplays.bungee.vault.api.Permission
Sets an instance of this class If the instance is already set, this method will throw an IllegalArgumentException.
setPlayerPrefix(ProxiedPlayer, String) - Method in class com.github.mrivanplays.bungee.vault.api.Chat
Sets the player's prefix Won't do anything if the provider is BungeeCord
setPlayerSuffix(ProxiedPlayer, String) - Method in class com.github.mrivanplays.bungee.vault.api.Chat
Sets the player's suffix Won't do anything if the provider is BungeeCord
setPrimaryGroup(ProxiedPlayer, String) - Method in class com.github.mrivanplays.bungee.vault.api.Permission
Sets the 1st group of the player
C G P S 

Copyright © 2019. All rights reserved.