Package de.oliver.fancyholograms.api
Schnittstelle FancyHologramsPlugin
public interface FancyHologramsPlugin
-
Verschachtelte Klassen - Übersicht
Verschachtelte Klassen -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungstatic FancyHologramsPluginget()de.oliver.fancyanalytics.logger.ExtendedFancyLoggerReturns the configuration of the plugin.org.bukkit.plugin.java.JavaPluginstatic booleanvoidsetHologramConfiguration(HologramConfiguration configuration, boolean reload) Sets the configuration of the plugin.voidsetHologramStorage(HologramStorage storage, boolean reload) Sets the hologram storage.
-
Methodendetails
-
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.- Gibt zurück:
- The configuration.
-
setHologramConfiguration
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
Sets the hologram storage.- Parameter:
storage- The new hologram storage.reload- Whether the current hologram cache should be reloaded.
-