Package de.oliver.fancyholograms.api
Schnittstelle FancyHologramsPlugin
public interface FancyHologramsPlugin
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungstatic FancyHologramsPluginget()Returns the configuration of the plugin.Returns the hologram storage.org.bukkit.plugin.java.JavaPluginde.oliver.fancylib.serverSoftware.schedulers.FancySchedulerbooleanvoidsetHologramConfiguration(HologramConfiguration configuration, boolean reload) Sets the configuration of the plugin.voidsetHologramStorage(HologramStorage storage, boolean reload) Sets the hologram storage.
-
Methodendetails
-
get
-
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
Sets the configuration of the plugin.- Parameter:
configuration- The new configuration.reload- Whether the configuration should be reloaded.
-
getHologramStorage
HologramStorage getHologramStorage()Returns the hologram storage.- Gibt zurück:
- The hologram storage.
-
setHologramStorage
Sets the hologram storage.- Parameter:
storage- The new hologram storage.reload- Whether the current hologram cache should be reloaded.
-