Uses of Interface
dev.aura.bungeechat.api.account.BungeeChatAccount
-
Packages that use BungeeChatAccount Package Description dev.aura.bungeechat.api.account dev.aura.bungeechat.api.filter dev.aura.bungeechat.api.hook dev.aura.bungeechat.api.placeholder -
-
Uses of BungeeChatAccount in dev.aura.bungeechat.api.account
Classes in dev.aura.bungeechat.api.account that implement BungeeChatAccount Modifier and Type Class Description classConsoleAccountFields in dev.aura.bungeechat.api.account declared as BungeeChatAccount Modifier and Type Field Description protected static BungeeChatAccountAccountManager. consoleAccountFields in dev.aura.bungeechat.api.account with type parameters of type BungeeChatAccount Modifier and Type Field Description protected static ConcurrentMap<UUID,BungeeChatAccount>AccountManager. accountsMethods in dev.aura.bungeechat.api.account that return BungeeChatAccount Modifier and Type Method Description BungeeChatAccountAccountInfo. getAccount()static BungeeChatAccountAccountManager. getConsoleAccount()Methods in dev.aura.bungeechat.api.account that return types with arguments of type BungeeChatAccount Modifier and Type Method Description static Optional<BungeeChatAccount>AccountManager. getAccount(String name)static Optional<BungeeChatAccount>AccountManager. getAccount(UUID uuid)static List<BungeeChatAccount>AccountManager. getAccounts()static List<BungeeChatAccount>AccountManager. getAccountsForPartialName(String partialName)static List<BungeeChatAccount>AccountManager. getPlayerAccounts()Methods in dev.aura.bungeechat.api.account with parameters of type BungeeChatAccount Modifier and Type Method Description default voidBungeeChatAccount. addIgnore(BungeeChatAccount account)default booleanBungeeChatAccount. hasIgnored(BungeeChatAccount account)default voidBungeeChatAccount. removeIgnore(BungeeChatAccount account)voidBungeeChatAccountStorage. save(BungeeChatAccount account)static voidAccountManager. saveAccount(BungeeChatAccount account)static voidAccountManager. unloadAccount(BungeeChatAccount account)Constructors in dev.aura.bungeechat.api.account with parameters of type BungeeChatAccount Constructor Description AccountInfo(BungeeChatAccount account, boolean forceSave, boolean newAccount) -
Uses of BungeeChatAccount in dev.aura.bungeechat.api.filter
Methods in dev.aura.bungeechat.api.filter with parameters of type BungeeChatAccount Modifier and Type Method Description StringBungeeChatFilter. applyFilter(BungeeChatAccount sender, String message)StringFunctionFilter. applyFilter(BungeeChatAccount sender, String message)static StringFilterManager. applyFilters(BungeeChatAccount sender, String message) -
Uses of BungeeChatAccount in dev.aura.bungeechat.api.hook
Methods in dev.aura.bungeechat.api.hook with parameters of type BungeeChatAccount Modifier and Type Method Description static StringHookManager. getFullDisplayName(BungeeChatAccount account)static StringHookManager. getFullName(BungeeChatAccount account)Optional<String>BungeeChatHook. getPrefix(BungeeChatAccount account)Get the active prefix for the passed account.static StringHookManager. getPrefix(BungeeChatAccount account)Optional<String>BungeeChatHook. getSuffix(BungeeChatAccount account)Get the active suffix for the passed account.static StringHookManager. getSuffix(BungeeChatAccount account) -
Uses of BungeeChatAccount in dev.aura.bungeechat.api.placeholder
Methods in dev.aura.bungeechat.api.placeholder that return types with arguments of type BungeeChatAccount Modifier and Type Method Description Optional<BungeeChatAccount>BungeeChatContext. getSender()Optional<BungeeChatAccount>BungeeChatContext. getTarget()Methods in dev.aura.bungeechat.api.placeholder with parameters of type BungeeChatAccount Modifier and Type Method Description voidBungeeChatContext. setSender(BungeeChatAccount sender)voidBungeeChatContext. setTarget(BungeeChatAccount target)Method parameters in dev.aura.bungeechat.api.placeholder with type arguments of type BungeeChatAccount Modifier and Type Method Description voidBungeeChatContext. setSender(Optional<BungeeChatAccount> sender)voidBungeeChatContext. setTarget(Optional<BungeeChatAccount> target)Constructors in dev.aura.bungeechat.api.placeholder with parameters of type BungeeChatAccount Constructor Description BungeeChatContext(BungeeChatAccount sender)BungeeChatContext(BungeeChatAccount sender, BungeeChatAccount target)BungeeChatContext(BungeeChatAccount sender, BungeeChatAccount target, String message)BungeeChatContext(BungeeChatAccount sender, String message)BungeeChatContext(BungeeChatAccount sender, String message, String server)
-