Uses of Class
studio.magemonkey.codex.mccore.chat.Prefix
Packages that use Prefix
-
Uses of Prefix in studio.magemonkey.codex.mccore.chat
Methods in studio.magemonkey.codex.mccore.chat that return PrefixModifier and TypeMethodDescriptionChatData.getPrefix()Retrieves the current prefix used by the playerRetrieves the current prefix for the given pluginMethods in studio.magemonkey.codex.mccore.chat that return types with arguments of type PrefixModifier and TypeMethodDescriptionChatData.getUnlockedPrefixes(String pluginName) Retrieves a list of all prefixes unlocked through a pluginMethods in studio.magemonkey.codex.mccore.chat with parameters of type PrefixModifier and TypeMethodDescriptionvoidChatData.setPluginPrefix(Prefix prefix) Sets the prefix for a plugin Use this only for game-changing prefixes.static voidChat.unlockPrefix(Prefix prefix, boolean apply) Unlocks the prefix for all playersbooleanChatData.unlockPrefix(Prefix prefix, boolean apply) Unlocks the given prefix