2019-03-28 06:53:59 +01:00
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
< html lang = "en" >
< head >
2020-06-27 04:57:03 +02:00
<!-- Generated by javadoc (1.8.0_112) on Fri Jun 26 19:55:13 MST 2020 -->
2019-03-28 06:53:59 +01:00
< title > UltraChat< / title >
2020-06-27 04:57:03 +02:00
< meta name = "date" content = "2020-06-26" >
2019-03-28 06:53:59 +01:00
< link rel = "stylesheet" type = "text/css" href = "../../../stylesheet.css" title = "Style" >
< script type = "text/javascript" src = "../../../script.js" > < / script >
< / head >
< body >
< script type = "text/javascript" > < ! - -
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="UltraChat";
}
}
catch(err) {
}
//-->
var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10,"i10":10,"i11":10};
var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]};
var altColor = "altColor";
var rowColor = "rowColor";
var tableTab = "tableTab";
var activeTableTab = "activeTableTab";
< / script >
< noscript >
< div > JavaScript is disabled on your browser.< / div >
< / noscript >
<!-- ========= START OF TOP NAVBAR ======= -->
< div class = "topNav" > < a name = "navbar.top" >
<!-- -->
< / a >
< div class = "skipNav" > < a href = "#skip.navbar.top" title = "Skip navigation links" > Skip navigation links< / a > < / div >
< a name = "navbar.top.firstrow" >
<!-- -->
< / a >
< ul class = "navList" title = "Navigation" >
< li > < a href = "../../../overview-summary.html" > Overview< / a > < / li >
< li > < a href = "package-summary.html" > Package< / a > < / li >
< li class = "navBarCell1Rev" > Class< / li >
< li > < a href = "package-tree.html" > Tree< / a > < / li >
< li > < a href = "../../../deprecated-list.html" > Deprecated< / a > < / li >
< li > < a href = "../../../index-files/index-1.html" > Index< / a > < / li >
< li > < a href = "../../../help-doc.html" > Help< / a > < / li >
< / ul >
< / div >
< div class = "subNav" >
< ul class = "navList" >
< li > Prev Class< / li >
< li > Next Class< / li >
< / ul >
< ul class = "navList" >
< li > < a href = "../../../index.html?me/ryandw11/ultrachat/UltraChat.html" target = "_top" > Frames< / a > < / li >
< li > < a href = "UltraChat.html" target = "_top" > No Frames< / a > < / li >
< / ul >
< ul class = "navList" id = "allclasses_navbar_top" >
< li > < a href = "../../../allclasses-noframe.html" > All Classes< / a > < / li >
< / ul >
< div >
< script type = "text/javascript" > < ! - -
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
< / script >
< / div >
< div >
< ul class = "subNavList" >
< li > Summary: < / li >
< li > Nested | < / li >
< li > < a href = "#field.summary" > Field< / a > | < / li >
< li > < a href = "#constructor.summary" > Constr< / a > | < / li >
< li > < a href = "#method.summary" > Method< / a > < / li >
< / ul >
< ul class = "subNavList" >
< li > Detail: < / li >
< li > < a href = "#field.detail" > Field< / a > | < / li >
< li > < a href = "#constructor.detail" > Constr< / a > | < / li >
< li > < a href = "#method.detail" > Method< / a > < / li >
< / ul >
< / div >
< a name = "skip.navbar.top" >
<!-- -->
< / a > < / div >
<!-- ========= END OF TOP NAVBAR ========= -->
<!-- ======== START OF CLASS DATA ======== -->
< div class = "header" >
< div class = "subTitle" > me.ryandw11.ultrachat< / div >
< h2 title = "Class UltraChat" class = "title" > Class UltraChat< / h2 >
< / div >
< div class = "contentContainer" >
< ul class = "inheritance" >
< li > java.lang.Object< / li >
< li >
< ul class = "inheritance" >
< li > org.bukkit.plugin.PluginBase< / li >
< li >
< ul class = "inheritance" >
< li > org.bukkit.plugin.java.JavaPlugin< / li >
< li >
< ul class = "inheritance" >
< li > me.ryandw11.ultrachat.UltraChat< / li >
< / ul >
< / li >
< / ul >
< / li >
< / ul >
< / li >
< / ul >
< div class = "description" >
< ul class = "blockList" >
< li class = "blockList" >
< dl >
< dt > All Implemented Interfaces:< / dt >
< dd > org.bukkit.command.CommandExecutor, org.bukkit.command.TabCompleter, org.bukkit.command.TabExecutor, org.bukkit.plugin.Plugin< / dd >
< / dl >
< hr >
< br >
< pre > public class < span class = "typeNameLabel" > UltraChat< / span >
extends org.bukkit.plugin.java.JavaPlugin< / pre >
2020-06-27 04:57:03 +02:00
< div class = "block" > Main Class
< p > Updated for 1.16.1.< / p >
< p > Note: You should access manager classes from the < a href = "../../../me/ryandw11/ultrachat/api/UltraChatAPI.html" title = "class in me.ryandw11.ultrachat.api" > < code > UltraChatAPI< / code > < / a > class.< / p > < / div >
2019-03-28 06:53:59 +01:00
< dl >
< dt > < span class = "simpleTagLabel" > Version:< / span > < / dt >
2020-06-27 04:57:03 +02:00
< dd > 2.5< / dd >
2019-03-28 06:53:59 +01:00
< dt > < span class = "simpleTagLabel" > Author:< / span > < / dt >
< dd > Ryandw11< / dd >
< / dl >
< / li >
< / ul >
< / div >
< div class = "summary" >
< ul class = "blockList" >
< li class = "blockList" >
<!-- =========== FIELD SUMMARY =========== -->
< ul class = "blockList" >
< li class = "blockList" > < a name = "field.summary" >
<!-- -->
< / a >
< h3 > Field Summary< / h3 >
< table class = "memberSummary" border = "0" cellpadding = "3" cellspacing = "0" summary = "Field Summary table, listing fields, and an explanation" >
< caption > < span > Fields< / span > < span class = "tabEnd" > < / span > < / caption >
< tr >
< th class = "colFirst" scope = "col" > Modifier and Type< / th >
< th class = "colLast" scope = "col" > Field and Description< / th >
< / tr >
< tr class = "altColor" >
2019-08-27 05:21:58 +02:00
< td class = "colFirst" > < code > < a href = "../../../me/ryandw11/ultrachat/api/managers/AddonManager.html" title = "class in me.ryandw11.ultrachat.api.managers" > AddonManager< / a > < / code > < / td >
< td class = "colLast" > < code > < span class = "memberNameLink" > < a href = "../../../me/ryandw11/ultrachat/UltraChat.html#addonManager" > addonManager< / a > < / span > < / code > < / td >
< / tr >
< tr class = "rowColor" >
2019-03-28 06:53:59 +01:00
< td class = "colFirst" > < code > org.bukkit.configuration.file.FileConfiguration< / code > < / td >
< td class = "colLast" > < code > < span class = "memberNameLink" > < a href = "../../../me/ryandw11/ultrachat/UltraChat.html#channel" > channel< / a > < / span > < / code > < / td >
< / tr >
2019-08-27 05:21:58 +02:00
< tr class = "altColor" >
2020-06-27 04:57:03 +02:00
< td class = "colFirst" > < code > java.io.File< / code > < / td >
< td class = "colLast" > < code > < span class = "memberNameLink" > < a href = "../../../me/ryandw11/ultrachat/UltraChat.html#channelFile" > channelFile< / a > < / span > < / code > < / td >
< / tr >
< tr class = "rowColor" >
< td class = "colFirst" > < code > net.milkbowl.vault.chat.Chat< / code > < / td >
< td class = "colLast" > < code > < span class = "memberNameLink" > < a href = "../../../me/ryandw11/ultrachat/UltraChat.html#chat" > chat< / a > < / span > < / code > < / td >
< / tr >
< tr class = "altColor" >
< td class = "colFirst" > < code > org.bukkit.configuration.file.FileConfiguration< / code > < / td >
< td class = "colLast" > < code > < span class = "memberNameLink" > < a href = "../../../me/ryandw11/ultrachat/UltraChat.html#chatColorFC" > chatColorFC< / a > < / span > < / code > < / td >
2019-03-28 06:53:59 +01:00
< / tr >
2019-08-27 05:21:58 +02:00
< tr class = "rowColor" >
2019-03-28 06:53:59 +01:00
< td class = "colFirst" > < code > java.io.File< / code > < / td >
2020-06-27 04:57:03 +02:00
< td class = "colLast" > < code > < span class = "memberNameLink" > < a href = "../../../me/ryandw11/ultrachat/UltraChat.html#chatColorFile" > chatColorFile< / a > < / span > < / code > < / td >
2019-03-28 06:53:59 +01:00
< / tr >
2019-08-27 05:21:58 +02:00
< tr class = "altColor" >
2020-06-27 04:57:03 +02:00
< td class = "colFirst" > < code > < a href = "../../../me/ryandw11/ultrachat/chatcolor/ChatColorManager.html" title = "class in me.ryandw11.ultrachat.chatcolor" > ChatColorManager< / a > < / code > < / td >
< td class = "colLast" > < code > < span class = "memberNameLink" > < a href = "../../../me/ryandw11/ultrachat/UltraChat.html#chatColorManager" > chatColorManager< / a > < / span > < / code > < / td >
2019-03-28 06:53:59 +01:00
< / tr >
2019-08-27 05:21:58 +02:00
< tr class = "rowColor" >
2020-06-27 04:57:03 +02:00
< td class = "colFirst" > < code > < a href = "../../../me/ryandw11/ultrachat/chatcolor/ChatColorUtils.html" title = "interface in me.ryandw11.ultrachat.chatcolor" > ChatColorUtils< / a > < / code > < / td >
< td class = "colLast" > < code > < span class = "memberNameLink" > < a href = "../../../me/ryandw11/ultrachat/UltraChat.html#chatColorUtil" > chatColorUtil< / a > < / span > < / code > < / td >
2019-03-28 06:53:59 +01:00
< / tr >
2019-08-27 05:21:58 +02:00
< tr class = "altColor" >
2020-06-27 04:57:03 +02:00
< td class = "colFirst" > < code > < a href = "../../../me/ryandw11/ultrachat/api/ChatType.html" title = "enum in me.ryandw11.ultrachat.api" > ChatType< / a > < / code > < / td >
< td class = "colLast" > < code > < span class = "memberNameLink" > < a href = "../../../me/ryandw11/ultrachat/UltraChat.html#chatType" > chatType< / a > < / span > < / code > < / td >
2019-03-28 06:53:59 +01:00
< / tr >
2019-08-27 05:21:58 +02:00
< tr class = "rowColor" >
2020-06-27 04:57:03 +02:00
< td class = "colFirst" > < code > org.bukkit.configuration.file.FileConfiguration< / code > < / td >
< td class = "colLast" > < code > < span class = "memberNameLink" > < a href = "../../../me/ryandw11/ultrachat/UltraChat.html#data" > data< / a > < / span > < / code > < / td >
2019-03-28 06:53:59 +01:00
< / tr >
2019-08-27 05:21:58 +02:00
< tr class = "altColor" >
2020-06-27 04:57:03 +02:00
< td class = "colFirst" > < code > java.io.File< / code > < / td >
< td class = "colLast" > < code > < span class = "memberNameLink" > < a href = "../../../me/ryandw11/ultrachat/UltraChat.html#dataFile" > dataFile< / a > < / span > < / code > < / td >
2019-03-28 06:53:59 +01:00
< / tr >
2019-08-27 05:21:58 +02:00
< tr class = "rowColor" >
2019-03-28 06:53:59 +01:00
< td class = "colFirst" > < code > java.lang.Boolean< / code > < / td >
2020-06-27 04:57:03 +02:00
< td class = "colLast" > < code > < span class = "memberNameLink" > < a href = "../../../me/ryandw11/ultrachat/UltraChat.html#isChatStopped" > isChatStopped< / a > < / span > < / code > < / td >
2019-03-28 06:53:59 +01:00
< / tr >
2019-08-27 05:21:58 +02:00
< tr class = "altColor" >
2019-03-28 06:53:59 +01:00
< td class = "colFirst" > < code > static org.bukkit.configuration.file.YamlConfiguration< / code > < / td >
< td class = "colLast" > < code > < span class = "memberNameLink" > < a href = "../../../me/ryandw11/ultrachat/UltraChat.html#LANG" > LANG< / a > < / span > < / code > < / td >
< / tr >
2019-08-27 05:21:58 +02:00
< tr class = "rowColor" >
2019-03-28 06:53:59 +01:00
< td class = "colFirst" > < code > static java.io.File< / code > < / td >
< td class = "colLast" > < code > < span class = "memberNameLink" > < a href = "../../../me/ryandw11/ultrachat/UltraChat.html#LANG_FILE" > LANG_FILE< / a > < / span > < / code > < / td >
< / tr >
2019-08-27 05:21:58 +02:00
< tr class = "altColor" >
< td class = "colFirst" > < code > < a href = "../../../me/ryandw11/ultrachat/util/papi/PlaceHolderAPIHook.html" title = "interface in me.ryandw11.ultrachat.util.papi" > PlaceHolderAPIHook< / a > < / code > < / td >
< td class = "colLast" > < code > < span class = "memberNameLink" > < a href = "../../../me/ryandw11/ultrachat/UltraChat.html#papi" > papi< / a > < / span > < / code > < / td >
< / tr >
2020-06-27 04:57:03 +02:00
< tr class = "rowColor" >
2019-03-28 06:53:59 +01:00
< td class = "colFirst" > < code > net.milkbowl.vault.permission.Permission< / code > < / td >
< td class = "colLast" > < code > < span class = "memberNameLink" > < a href = "../../../me/ryandw11/ultrachat/UltraChat.html#perms" > perms< / a > < / span > < / code > < / td >
< / tr >
2020-06-27 04:57:03 +02:00
< tr class = "altColor" >
2019-03-28 06:53:59 +01:00
< td class = "colFirst" > < code > static < a href = "../../../me/ryandw11/ultrachat/UltraChat.html" title = "class in me.ryandw11.ultrachat" > UltraChat< / a > < / code > < / td >
< td class = "colLast" > < code > < span class = "memberNameLink" > < a href = "../../../me/ryandw11/ultrachat/UltraChat.html#plugin" > plugin< / a > < / span > < / code > < / td >
< / tr >
2020-06-27 04:57:03 +02:00
< tr class = "rowColor" >
2019-03-28 06:53:59 +01:00
< td class = "colFirst" > < code > java.lang.String< / code > < / td >
< td class = "colLast" > < code > < span class = "memberNameLink" > < a href = "../../../me/ryandw11/ultrachat/UltraChat.html#prefix" > prefix< / a > < / span > < / code > < / td >
< / tr >
< tr class = "altColor" >
2020-06-27 04:57:03 +02:00
< td class = "colFirst" > < code > java.util.List< java.util.UUID> < / code > < / td >
< td class = "colLast" > < code > < span class = "memberNameLink" > < a href = "../../../me/ryandw11/ultrachat/UltraChat.html#spyToggle" > spyToggle< / a > < / span > < / code > < / td >
2019-03-28 06:53:59 +01:00
< / tr >
< tr class = "rowColor" >
2020-06-27 04:57:03 +02:00
< td class = "colFirst" > < code > java.util.List< java.util.UUID> < / code > < / td >
< td class = "colLast" > < code > < span class = "memberNameLink" > < a href = "../../../me/ryandw11/ultrachat/UltraChat.html#staffToggle" > staffToggle< / a > < / span > < / code > < / td >
2019-03-28 06:53:59 +01:00
< / tr >
< / table >
< / li >
< / ul >
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
< ul class = "blockList" >
< li class = "blockList" > < a name = "constructor.summary" >
<!-- -->
< / a >
< h3 > Constructor Summary< / h3 >
< table class = "memberSummary" border = "0" cellpadding = "3" cellspacing = "0" summary = "Constructor Summary table, listing constructors, and an explanation" >
< caption > < span > Constructors< / span > < span class = "tabEnd" > < / span > < / caption >
< tr >
< th class = "colOne" scope = "col" > Constructor and Description< / th >
< / tr >
< tr class = "altColor" >
< td class = "colOne" > < code > < span class = "memberNameLink" > < a href = "../../../me/ryandw11/ultrachat/UltraChat.html#UltraChat--" > UltraChat< / a > < / span > ()< / code > < / td >
< / tr >
< / table >
< / li >
< / ul >
<!-- ========== METHOD SUMMARY =========== -->
< ul class = "blockList" >
< li class = "blockList" > < a name = "method.summary" >
<!-- -->
< / a >
< h3 > Method Summary< / h3 >
< table class = "memberSummary" border = "0" cellpadding = "3" cellspacing = "0" summary = "Method Summary table, listing methods, and an explanation" >
< caption > < span id = "t0" class = "activeTableTab" > < span > All Methods< / span > < span class = "tabEnd" > < / span > < / span > < span id = "t2" class = "tableTab" > < span > < a href = "javascript:show(2);" > Instance Methods< / a > < / span > < span class = "tabEnd" > < / span > < / span > < span id = "t4" class = "tableTab" > < span > < a href = "javascript:show(8);" > Concrete Methods< / a > < / span > < span class = "tabEnd" > < / span > < / span > < / caption >
< tr >
< th class = "colFirst" scope = "col" > Modifier and Type< / th >
< th class = "colLast" scope = "col" > Method and Description< / th >
< / tr >
< tr id = "i0" class = "altColor" >
2020-06-27 04:57:03 +02:00
< td class = "colFirst" > < code > < a href = "../../../me/ryandw11/ultrachat/gui/ColorGUI.html" title = "interface in me.ryandw11.ultrachat.gui" > ColorGUI< / a > < / code > < / td >
2019-03-28 06:53:59 +01:00
< td class = "colLast" > < code > < span class = "memberNameLink" > < a href = "../../../me/ryandw11/ultrachat/UltraChat.html#getColorGUI--" > getColorGUI< / a > < / span > ()< / code >
< div class = "block" > Get the ColorGUI class for the right version.< / div >
< / td >
< / tr >
< tr id = "i1" class = "rowColor" >
< td class = "colFirst" > < code > org.bukkit.configuration.file.YamlConfiguration< / code > < / td >
< td class = "colLast" > < code > < span class = "memberNameLink" > < a href = "../../../me/ryandw11/ultrachat/UltraChat.html#getLang--" > getLang< / a > < / span > ()< / code > < / td >
< / tr >
< tr id = "i2" class = "altColor" >
< td class = "colFirst" > < code > java.io.File< / code > < / td >
< td class = "colLast" > < code > < span class = "memberNameLink" > < a href = "../../../me/ryandw11/ultrachat/UltraChat.html#getLangFile--" > getLangFile< / a > < / span > ()< / code >
< div class = "block" > Get the language file.< / div >
< / td >
< / tr >
< tr id = "i3" class = "rowColor" >
< td class = "colFirst" > < code > void< / code > < / td >
< td class = "colLast" > < code > < span class = "memberNameLink" > < a href = "../../../me/ryandw11/ultrachat/UltraChat.html#loadChannel--" > loadChannel< / a > < / span > ()< / code >
< div class = "block" > Load the cannel file.< / div >
< / td >
< / tr >
< tr id = "i4" class = "altColor" >
< td class = "colFirst" > < code > void< / code > < / td >
< td class = "colLast" > < code > < span class = "memberNameLink" > < a href = "../../../me/ryandw11/ultrachat/UltraChat.html#loadFile--" > loadFile< / a > < / span > ()< / code >
< div class = "block" > load the data file< / div >
< / td >
< / tr >
< tr id = "i5" class = "rowColor" >
< td class = "colFirst" > < code > void< / code > < / td >
2020-06-27 04:57:03 +02:00
< td class = "colLast" > < code > < span class = "memberNameLink" > < a href = "../../../me/ryandw11/ultrachat/UltraChat.html#loadLang--" > loadLang< / a > < / span > ()< / code >
< div class = "block" > Load the language file.< / div >
< / td >
2019-03-28 06:53:59 +01:00
< / tr >
< tr id = "i6" class = "altColor" >
< td class = "colFirst" > < code > void< / code > < / td >
< td class = "colLast" > < code > < span class = "memberNameLink" > < a href = "../../../me/ryandw11/ultrachat/UltraChat.html#loadMethod--" > loadMethod< / a > < / span > ()< / code >
< div class = "block" > Loads all of the Events and Commands.< / div >
< / td >
< / tr >
< tr id = "i7" class = "rowColor" >
< td class = "colFirst" > < code > void< / code > < / td >
< td class = "colLast" > < code > < span class = "memberNameLink" > < a href = "../../../me/ryandw11/ultrachat/UltraChat.html#onDisable--" > onDisable< / a > < / span > ()< / code > < / td >
< / tr >
< tr id = "i8" class = "altColor" >
< td class = "colFirst" > < code > void< / code > < / td >
< td class = "colLast" > < code > < span class = "memberNameLink" > < a href = "../../../me/ryandw11/ultrachat/UltraChat.html#onEnable--" > onEnable< / a > < / span > ()< / code > < / td >
< / tr >
< tr id = "i9" class = "rowColor" >
< td class = "colFirst" > < code > void< / code > < / td >
< td class = "colLast" > < code > < span class = "memberNameLink" > < a href = "../../../me/ryandw11/ultrachat/UltraChat.html#saveChannel--" > saveChannel< / a > < / span > ()< / code >
< div class = "block" > Save the channel file.< / div >
< / td >
< / tr >
< tr id = "i10" class = "altColor" >
< td class = "colFirst" > < code > void< / code > < / td >
< td class = "colLast" > < code > < span class = "memberNameLink" > < a href = "../../../me/ryandw11/ultrachat/UltraChat.html#saveFile--" > saveFile< / a > < / span > ()< / code >
< div class = "block" > Save the data file.< / div >
< / td >
< / tr >
< tr id = "i11" class = "rowColor" >
< td class = "colFirst" > < code > void< / code > < / td >
< td class = "colLast" > < code > < span class = "memberNameLink" > < a href = "../../../me/ryandw11/ultrachat/UltraChat.html#setupFormatting--" > setupFormatting< / a > < / span > ()< / code >
< div class = "block" > Setup the chat formatting.< / div >
< / td >
< / tr >
< / table >
< ul class = "blockList" >
< li class = "blockList" > < a name = "methods.inherited.from.class.org.bukkit.plugin.java.JavaPlugin" >
<!-- -->
< / a >
< h3 > Methods inherited from class org.bukkit.plugin.java.JavaPlugin< / h3 >
< code > getCommand, getConfig, getDataFolder, getDefaultWorldGenerator, getDescription, getLogger, getPlugin, getPluginLoader, getProvidingPlugin, getResource, getServer, isEnabled, isNaggable, onCommand, onLoad, onTabComplete, reloadConfig, saveConfig, saveDefaultConfig, saveResource, setNaggable, toString< / code > < / li >
< / ul >
< ul class = "blockList" >
< li class = "blockList" > < a name = "methods.inherited.from.class.org.bukkit.plugin.PluginBase" >
<!-- -->
< / a >
< h3 > Methods inherited from class org.bukkit.plugin.PluginBase< / h3 >
< code > equals, getName, hashCode< / code > < / li >
< / ul >
< ul class = "blockList" >
< li class = "blockList" > < a name = "methods.inherited.from.class.java.lang.Object" >
<!-- -->
< / a >
< h3 > Methods inherited from class java.lang.Object< / h3 >
< code > getClass, notify, notifyAll, wait, wait, wait< / code > < / li >
< / ul >
< / li >
< / ul >
< / li >
< / ul >
< / div >
< div class = "details" >
< ul class = "blockList" >
< li class = "blockList" >
<!-- ============ FIELD DETAIL =========== -->
< ul class = "blockList" >
< li class = "blockList" > < a name = "field.detail" >
<!-- -->
< / a >
< h3 > Field Detail< / h3 >
< a name = "plugin" >
<!-- -->
< / a >
< ul class = "blockList" >
< li class = "blockList" >
< h4 > plugin< / h4 >
< pre > public static < a href = "../../../me/ryandw11/ultrachat/UltraChat.html" title = "class in me.ryandw11.ultrachat" > UltraChat< / a > plugin< / pre >
< / li >
< / ul >
2020-06-27 04:57:03 +02:00
< a name = "LANG" >
2019-03-28 06:53:59 +01:00
<!-- -->
< / a >
< ul class = "blockList" >
< li class = "blockList" >
2020-06-27 04:57:03 +02:00
< h4 > LANG< / h4 >
< pre > public static org.bukkit.configuration.file.YamlConfiguration LANG< / pre >
2019-03-28 06:53:59 +01:00
< / li >
< / ul >
2020-06-27 04:57:03 +02:00
< a name = "LANG_FILE" >
2019-03-28 06:53:59 +01:00
<!-- -->
< / a >
< ul class = "blockList" >
< li class = "blockList" >
2020-06-27 04:57:03 +02:00
< h4 > LANG_FILE< / h4 >
< pre > public static java.io.File LANG_FILE< / pre >
2019-03-28 06:53:59 +01:00
< / li >
< / ul >
2020-06-27 04:57:03 +02:00
< a name = "perms" >
2019-03-28 06:53:59 +01:00
<!-- -->
< / a >
< ul class = "blockList" >
< li class = "blockList" >
2020-06-27 04:57:03 +02:00
< h4 > perms< / h4 >
< pre > public net.milkbowl.vault.permission.Permission perms< / pre >
2019-03-28 06:53:59 +01:00
< / li >
< / ul >
2020-06-27 04:57:03 +02:00
< a name = "chat" >
2019-03-28 06:53:59 +01:00
<!-- -->
< / a >
< ul class = "blockList" >
< li class = "blockList" >
2020-06-27 04:57:03 +02:00
< h4 > chat< / h4 >
< pre > public net.milkbowl.vault.chat.Chat chat< / pre >
2019-03-28 06:53:59 +01:00
< / li >
< / ul >
2020-06-27 04:57:03 +02:00
< a name = "isChatStopped" >
2019-03-28 06:53:59 +01:00
<!-- -->
< / a >
< ul class = "blockList" >
< li class = "blockList" >
2020-06-27 04:57:03 +02:00
< h4 > isChatStopped< / h4 >
< pre > public java.lang.Boolean isChatStopped< / pre >
2019-03-28 06:53:59 +01:00
< / li >
< / ul >
2020-06-27 04:57:03 +02:00
< a name = "chatType" >
2019-03-28 06:53:59 +01:00
<!-- -->
< / a >
< ul class = "blockList" >
< li class = "blockList" >
2020-06-27 04:57:03 +02:00
< h4 > chatType< / h4 >
< pre > public < a href = "../../../me/ryandw11/ultrachat/api/ChatType.html" title = "enum in me.ryandw11.ultrachat.api" > ChatType< / a > chatType< / pre >
2019-03-28 06:53:59 +01:00
< / li >
< / ul >
2020-06-27 04:57:03 +02:00
< a name = "staffToggle" >
2019-03-28 06:53:59 +01:00
<!-- -->
< / a >
< ul class = "blockList" >
< li class = "blockList" >
2020-06-27 04:57:03 +02:00
< h4 > staffToggle< / h4 >
< pre > public java.util.List< java.util.UUID> staffToggle< / pre >
2019-03-28 06:53:59 +01:00
< / li >
< / ul >
2020-06-27 04:57:03 +02:00
< a name = "spyToggle" >
2019-03-28 06:53:59 +01:00
<!-- -->
< / a >
< ul class = "blockList" >
< li class = "blockList" >
2020-06-27 04:57:03 +02:00
< h4 > spyToggle< / h4 >
< pre > public java.util.List< java.util.UUID> spyToggle< / pre >
2019-03-28 06:53:59 +01:00
< / li >
< / ul >
2020-06-27 04:57:03 +02:00
< a name = "papi" >
2019-03-28 06:53:59 +01:00
<!-- -->
< / a >
< ul class = "blockList" >
< li class = "blockList" >
2020-06-27 04:57:03 +02:00
< h4 > papi< / h4 >
< pre > public < a href = "../../../me/ryandw11/ultrachat/util/papi/PlaceHolderAPIHook.html" title = "interface in me.ryandw11.ultrachat.util.papi" > PlaceHolderAPIHook< / a > papi< / pre >
2019-03-28 06:53:59 +01:00
< / li >
< / ul >
2020-06-27 04:57:03 +02:00
< a name = "dataFile" >
2019-03-28 06:53:59 +01:00
<!-- -->
< / a >
< ul class = "blockList" >
< li class = "blockList" >
2020-06-27 04:57:03 +02:00
< h4 > dataFile< / h4 >
< pre > public java.io.File dataFile< / pre >
2019-03-28 06:53:59 +01:00
< / li >
< / ul >
2020-06-27 04:57:03 +02:00
< a name = "data" >
2019-08-27 05:21:58 +02:00
<!-- -->
< / a >
< ul class = "blockList" >
< li class = "blockList" >
2020-06-27 04:57:03 +02:00
< h4 > data< / h4 >
< pre > public org.bukkit.configuration.file.FileConfiguration data< / pre >
2019-08-27 05:21:58 +02:00
< / li >
< / ul >
2020-06-27 04:57:03 +02:00
< a name = "channelFile" >
2019-03-28 06:53:59 +01:00
<!-- -->
< / a >
< ul class = "blockList" >
< li class = "blockList" >
2020-06-27 04:57:03 +02:00
< h4 > channelFile< / h4 >
< pre > public java.io.File channelFile< / pre >
2019-03-28 06:53:59 +01:00
< / li >
< / ul >
2020-06-27 04:57:03 +02:00
< a name = "channel" >
2019-03-28 06:53:59 +01:00
<!-- -->
< / a >
< ul class = "blockList" >
< li class = "blockList" >
2020-06-27 04:57:03 +02:00
< h4 > channel< / h4 >
< pre > public org.bukkit.configuration.file.FileConfiguration channel< / pre >
2019-03-28 06:53:59 +01:00
< / li >
< / ul >
2020-06-27 04:57:03 +02:00
< a name = "chatColorFile" >
2019-03-28 06:53:59 +01:00
<!-- -->
< / a >
< ul class = "blockList" >
< li class = "blockList" >
2020-06-27 04:57:03 +02:00
< h4 > chatColorFile< / h4 >
< pre > public java.io.File chatColorFile< / pre >
2019-03-28 06:53:59 +01:00
< / li >
< / ul >
2020-06-27 04:57:03 +02:00
< a name = "chatColorFC" >
2019-03-28 06:53:59 +01:00
<!-- -->
< / a >
< ul class = "blockList" >
< li class = "blockList" >
2020-06-27 04:57:03 +02:00
< h4 > chatColorFC< / h4 >
< pre > public org.bukkit.configuration.file.FileConfiguration chatColorFC< / pre >
2019-03-28 06:53:59 +01:00
< / li >
< / ul >
< a name = "prefix" >
<!-- -->
< / a >
< ul class = "blockList" >
< li class = "blockList" >
< h4 > prefix< / h4 >
< pre > public java.lang.String prefix< / pre >
< / li >
< / ul >
2020-06-27 04:57:03 +02:00
< a name = "chatColorManager" >
2019-03-28 06:53:59 +01:00
<!-- -->
< / a >
< ul class = "blockList" >
< li class = "blockList" >
2020-06-27 04:57:03 +02:00
< h4 > chatColorManager< / h4 >
< pre > public < a href = "../../../me/ryandw11/ultrachat/chatcolor/ChatColorManager.html" title = "class in me.ryandw11.ultrachat.chatcolor" > ChatColorManager< / a > chatColorManager< / pre >
2019-03-28 06:53:59 +01:00
< / li >
< / ul >
2020-06-27 04:57:03 +02:00
< a name = "addonManager" >
2019-03-28 06:53:59 +01:00
<!-- -->
< / a >
2019-08-27 05:21:58 +02:00
< ul class = "blockList" >
2019-03-28 06:53:59 +01:00
< li class = "blockList" >
2020-06-27 04:57:03 +02:00
< h4 > addonManager< / h4 >
< pre > public < a href = "../../../me/ryandw11/ultrachat/api/managers/AddonManager.html" title = "class in me.ryandw11.ultrachat.api.managers" > AddonManager< / a > addonManager< / pre >
2019-03-28 06:53:59 +01:00
< / li >
< / ul >
2020-06-27 04:57:03 +02:00
< a name = "chatColorUtil" >
2019-08-27 05:21:58 +02:00
<!-- -->
< / a >
< ul class = "blockListLast" >
< li class = "blockList" >
2020-06-27 04:57:03 +02:00
< h4 > chatColorUtil< / h4 >
< pre > public < a href = "../../../me/ryandw11/ultrachat/chatcolor/ChatColorUtils.html" title = "interface in me.ryandw11.ultrachat.chatcolor" > ChatColorUtils< / a > chatColorUtil< / pre >
2019-08-27 05:21:58 +02:00
< / li >
< / ul >
2019-03-28 06:53:59 +01:00
< / li >
< / ul >
<!-- ========= CONSTRUCTOR DETAIL ======== -->
< ul class = "blockList" >
< li class = "blockList" > < a name = "constructor.detail" >
<!-- -->
< / a >
< h3 > Constructor Detail< / h3 >
< a name = "UltraChat--" >
<!-- -->
< / a >
< ul class = "blockListLast" >
< li class = "blockList" >
< h4 > UltraChat< / h4 >
< pre > public UltraChat()< / pre >
< / li >
< / ul >
< / li >
< / ul >
<!-- ============ METHOD DETAIL ========== -->
< ul class = "blockList" >
< li class = "blockList" > < a name = "method.detail" >
<!-- -->
< / a >
< h3 > Method Detail< / h3 >
< a name = "onEnable--" >
<!-- -->
< / a >
< ul class = "blockList" >
< li class = "blockList" >
< h4 > onEnable< / h4 >
< pre > public void onEnable()< / pre >
< dl >
< dt > < span class = "overrideSpecifyLabel" > Specified by:< / span > < / dt >
< dd > < code > onEnable< / code > in interface < code > org.bukkit.plugin.Plugin< / code > < / dd >
< dt > < span class = "overrideSpecifyLabel" > Overrides:< / span > < / dt >
< dd > < code > onEnable< / code > in class < code > org.bukkit.plugin.java.JavaPlugin< / code > < / dd >
< / dl >
< / li >
< / ul >
< a name = "onDisable--" >
<!-- -->
< / a >
< ul class = "blockList" >
< li class = "blockList" >
< h4 > onDisable< / h4 >
< pre > public void onDisable()< / pre >
< dl >
< dt > < span class = "overrideSpecifyLabel" > Specified by:< / span > < / dt >
< dd > < code > onDisable< / code > in interface < code > org.bukkit.plugin.Plugin< / code > < / dd >
< dt > < span class = "overrideSpecifyLabel" > Overrides:< / span > < / dt >
< dd > < code > onDisable< / code > in class < code > org.bukkit.plugin.java.JavaPlugin< / code > < / dd >
< / dl >
< / li >
< / ul >
< a name = "setupFormatting--" >
<!-- -->
< / a >
< ul class = "blockList" >
< li class = "blockList" >
< h4 > setupFormatting< / h4 >
< pre > public void setupFormatting()< / pre >
< div class = "block" > Setup the chat formatting.< / div >
< / li >
< / ul >
2020-06-27 04:57:03 +02:00
< a name = "loadMethod--" >
<!-- -->
< / a >
< ul class = "blockList" >
< li class = "blockList" >
< h4 > loadMethod< / h4 >
< pre > public void loadMethod()< / pre >
< div class = "block" > Loads all of the Events and Commands.< / div >
< / li >
< / ul >
< a name = "getColorGUI--" >
<!-- -->
< / a >
< ul class = "blockList" >
< li class = "blockList" >
< h4 > getColorGUI< / h4 >
< pre > public < a href = "../../../me/ryandw11/ultrachat/gui/ColorGUI.html" title = "interface in me.ryandw11.ultrachat.gui" > ColorGUI< / a > getColorGUI()< / pre >
< div class = "block" > Get the ColorGUI class for the right version.< / div >
< dl >
< dt > < span class = "returnLabel" > Returns:< / span > < / dt >
< dd > A class that implements ColorGUI< / dd >
< / dl >
< / li >
< / ul >
2019-03-28 06:53:59 +01:00
< a name = "saveFile--" >
<!-- -->
< / a >
< ul class = "blockList" >
< li class = "blockList" >
< h4 > saveFile< / h4 >
< pre > public void saveFile()< / pre >
< div class = "block" > Save the data file.< / div >
< / li >
< / ul >
< a name = "loadFile--" >
<!-- -->
< / a >
< ul class = "blockList" >
< li class = "blockList" >
< h4 > loadFile< / h4 >
< pre > public void loadFile()< / pre >
< div class = "block" > load the data file< / div >
< / li >
< / ul >
< a name = "saveChannel--" >
<!-- -->
< / a >
< ul class = "blockList" >
< li class = "blockList" >
< h4 > saveChannel< / h4 >
< pre > public void saveChannel()< / pre >
< div class = "block" > Save the channel file.< / div >
< / li >
< / ul >
< a name = "loadChannel--" >
<!-- -->
< / a >
< ul class = "blockList" >
< li class = "blockList" >
< h4 > loadChannel< / h4 >
< pre > public void loadChannel()< / pre >
< div class = "block" > Load the cannel file.< / div >
< / li >
< / ul >
< a name = "getLangFile--" >
<!-- -->
< / a >
< ul class = "blockList" >
< li class = "blockList" >
< h4 > getLangFile< / h4 >
< pre > public java.io.File getLangFile()< / pre >
< div class = "block" > Get the language file.< / div >
< dl >
< dt > < span class = "returnLabel" > Returns:< / span > < / dt >
< dd > The language file.< / dd >
< / dl >
< / li >
< / ul >
< a name = "getLang--" >
<!-- -->
< / a >
< ul class = "blockList" >
< li class = "blockList" >
< h4 > getLang< / h4 >
< pre > public org.bukkit.configuration.file.YamlConfiguration getLang()< / pre >
< dl >
< dt > < span class = "returnLabel" > Returns:< / span > < / dt >
< / dl >
< / li >
< / ul >
< a name = "loadLang--" >
<!-- -->
< / a >
2020-06-27 04:57:03 +02:00
< ul class = "blockListLast" >
2019-03-28 06:53:59 +01:00
< li class = "blockList" >
< h4 > loadLang< / h4 >
< pre > public void loadLang()< / pre >
2020-06-27 04:57:03 +02:00
< div class = "block" > Load the language file.< / div >
2019-03-28 06:53:59 +01:00
< / li >
< / ul >
< / li >
< / ul >
< / li >
< / ul >
< / div >
< / div >
<!-- ========= END OF CLASS DATA ========= -->
<!-- ======= START OF BOTTOM NAVBAR ====== -->
< div class = "bottomNav" > < a name = "navbar.bottom" >
<!-- -->
< / a >
< div class = "skipNav" > < a href = "#skip.navbar.bottom" title = "Skip navigation links" > Skip navigation links< / a > < / div >
< a name = "navbar.bottom.firstrow" >
<!-- -->
< / a >
< ul class = "navList" title = "Navigation" >
< li > < a href = "../../../overview-summary.html" > Overview< / a > < / li >
< li > < a href = "package-summary.html" > Package< / a > < / li >
< li class = "navBarCell1Rev" > Class< / li >
< li > < a href = "package-tree.html" > Tree< / a > < / li >
< li > < a href = "../../../deprecated-list.html" > Deprecated< / a > < / li >
< li > < a href = "../../../index-files/index-1.html" > Index< / a > < / li >
< li > < a href = "../../../help-doc.html" > Help< / a > < / li >
< / ul >
< / div >
< div class = "subNav" >
< ul class = "navList" >
< li > Prev Class< / li >
< li > Next Class< / li >
< / ul >
< ul class = "navList" >
< li > < a href = "../../../index.html?me/ryandw11/ultrachat/UltraChat.html" target = "_top" > Frames< / a > < / li >
< li > < a href = "UltraChat.html" target = "_top" > No Frames< / a > < / li >
< / ul >
< ul class = "navList" id = "allclasses_navbar_bottom" >
< li > < a href = "../../../allclasses-noframe.html" > All Classes< / a > < / li >
< / ul >
< div >
< script type = "text/javascript" > < ! - -
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
< / script >
< / div >
< div >
< ul class = "subNavList" >
< li > Summary: < / li >
< li > Nested | < / li >
< li > < a href = "#field.summary" > Field< / a > | < / li >
< li > < a href = "#constructor.summary" > Constr< / a > | < / li >
< li > < a href = "#method.summary" > Method< / a > < / li >
< / ul >
< ul class = "subNavList" >
< li > Detail: < / li >
< li > < a href = "#field.detail" > Field< / a > | < / li >
< li > < a href = "#constructor.detail" > Constr< / a > | < / li >
< li > < a href = "#method.detail" > Method< / a > < / li >
< / ul >
< / div >
< a name = "skip.navbar.bottom" >
<!-- -->
< / a > < / div >
<!-- ======== END OF BOTTOM NAVBAR ======= -->
< / body >
< / html >