Class SafeChat

java.lang.Object
org.bukkit.plugin.PluginBase
org.bukkit.plugin.java.JavaPlugin
studio.thevipershow.safechat.SafeChat
All Implemented Interfaces:
org.bukkit.command.CommandExecutor, org.bukkit.command.TabCompleter, org.bukkit.command.TabExecutor, org.bukkit.plugin.Plugin

public final class SafeChat
extends org.bukkit.plugin.java.JavaPlugin
Main class of this plugin.
  • Field Summary

    Fields
    Modifier and Type Field Description
    static Localization localization  
    static short PLUGIN_ID  
  • Constructor Summary

    Constructors
    Constructor Description
    SafeChat()  
  • Method Summary

    Modifier and Type Method Description
    @NotNull ChatListener getChatListener()  
    @NotNull ChecksContainer getChecksContainer()  
    @NotNull studio.thevipershow.vtc.PluginConfigurationsData<SafeChat> getConfigData()  
    @NotNull studio.thevipershow.vtc.PluginsConfigurationsManager getConfigManager()  
    Debugger getDebugger()  
    @NotNull net.milkbowl.vault.economy.Economy getEconomy()  
    static Localization getLocale()  
    @NotNull org.bstats.bukkit.Metrics getMetrics()  
    @NotNull SafeChatHibernate getSafeChatHibernate()  
    void onDisable()  
    void onEnable()  

    Methods inherited from class org.bukkit.plugin.java.JavaPlugin

    getCommand, getConfig, getDataFolder, getDefaultWorldGenerator, getDescription, getLogger, getPlugin, getPluginLoader, getProvidingPlugin, getResource, getServer, isEnabled, isNaggable, onCommand, onLoad, onTabComplete, reloadConfig, saveConfig, saveDefaultConfig, saveResource, setNaggable, toString

    Methods inherited from class org.bukkit.plugin.PluginBase

    equals, getName, hashCode

    Methods inherited from class java.lang.Object

    getClass, notify, notifyAll, wait, wait, wait
  • Field Details

  • Constructor Details

    • SafeChat

      public SafeChat()
  • Method Details

    • getLocale

      public static Localization getLocale()
    • onEnable

      public void onEnable()
      Specified by:
      onEnable in interface org.bukkit.plugin.Plugin
      Overrides:
      onEnable in class org.bukkit.plugin.java.JavaPlugin
    • onDisable

      public void onDisable()
      Specified by:
      onDisable in interface org.bukkit.plugin.Plugin
      Overrides:
      onDisable in class org.bukkit.plugin.java.JavaPlugin
    • getConfigManager

      @NotNull public @NotNull studio.thevipershow.vtc.PluginsConfigurationsManager getConfigManager()
    • getConfigData

      @NotNull public @NotNull studio.thevipershow.vtc.PluginConfigurationsData<SafeChat> getConfigData()
    • getChecksContainer

      @NotNull public @NotNull ChecksContainer getChecksContainer()
    • getEconomy

      @NotNull public @NotNull net.milkbowl.vault.economy.Economy getEconomy()
    • getChatListener

      @NotNull public @NotNull ChatListener getChatListener()
    • getMetrics

      @NotNull public @NotNull org.bstats.bukkit.Metrics getMetrics()
    • getSafeChatHibernate

      @NotNull public @NotNull SafeChatHibernate getSafeChatHibernate()
    • getDebugger

      public Debugger getDebugger()