Interface FancyHologramsPlugin


public interface FancyHologramsPlugin
  • Method Details

    • get

      static FancyHologramsPlugin get()
    • isEnabled

      static boolean isEnabled()
    • getPlugin

      org.bukkit.plugin.java.JavaPlugin getPlugin()
    • getFancyLogger

      de.oliver.fancyanalytics.logger.ExtendedFancyLogger getFancyLogger()
    • getHologramManager

      HologramManager getHologramManager()
    • getHologramConfiguration

      HologramConfiguration getHologramConfiguration()
      Returns the configuration of the plugin.
      Returns:
      The configuration.
    • setHologramConfiguration

      void setHologramConfiguration(HologramConfiguration configuration, boolean reload)
      Sets the configuration of the plugin.
      Parameters:
      configuration - The new configuration.
      reload - Whether the configuration should be reloaded.
    • getHologramStorage

      HologramStorage getHologramStorage()
      Returns:
      The hologram storage.
    • getHologramThread

      ScheduledExecutorService getHologramThread()
      Returns:
      The hologram thread
    • setHologramStorage

      void setHologramStorage(HologramStorage storage, boolean reload)
      Sets the hologram storage.
      Parameters:
      storage - The new hologram storage.
      reload - Whether the current hologram cache should be reloaded.