Schnittstelle FancyHologramsPlugin


public interface FancyHologramsPlugin
  • Methodendetails

    • get

      static FancyHologramsPlugin get()
    • isEnabled

      static boolean isEnabled()
    • getPlugin

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

      boolean isUsingViaVersion()
    • getScheduler

      de.oliver.fancylib.serverSoftware.schedulers.FancyScheduler getScheduler()
    • getHologramManager

      HologramManager getHologramManager()
    • getHologramConfiguration

      HologramConfiguration getHologramConfiguration()
      Returns the configuration of the plugin.
      Gibt zurück:
      The configuration.
    • setHologramConfiguration

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

      HologramStorage getHologramStorage()
      Gibt zurück:
      The hologram storage.
    • getHologramThread

      ScheduledExecutorService getHologramThread()
      Gibt zurück:
      The hologram thread
    • setHologramStorage

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