Klasse AreaShopReborn

java.lang.Object
org.bukkit.plugin.PluginBase
org.bukkit.plugin.java.JavaPlugin
de.delinkedde.areashopreborn.AreaShopReborn
Alle implementierten Schnittstellen:
io.papermc.paper.plugin.lifecycle.event.LifecycleEventOwner, net.kyori.adventure.key.Namespaced, org.bukkit.command.CommandExecutor, org.bukkit.command.TabCompleter, org.bukkit.command.TabExecutor, org.bukkit.plugin.Plugin

public final class AreaShopReborn extends org.bukkit.plugin.java.JavaPlugin
Main Paper entry point for AreaShopReborn.
  • Konstruktorübersicht

    Konstruktoren
    Konstruktor
    Beschreibung
    Creates the Paper-managed plugin instance.
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    Returns the registered public service facade.
    void
    Stops the database executor and releases plugin resources.
    void
    Initializes persistence, external adapters, application services, and commands.

    Von Klasse geerbte Methoden org.bukkit.plugin.java.JavaPlugin

    getClassLoader, getCommand, getConfig, getDataFolder, getDefaultBiomeProvider, getDefaultWorldGenerator, getDescription, getFile, getLifecycleManager, getLogger, getPlugin, getPluginLoader, getPluginMeta, getProvidingPlugin, getResource, getServer, getTextResource, init, init, isEnabled, isNaggable, onCommand, onLoad, onTabComplete, registerCommand, registerCommand, registerCommand, registerCommand, reloadConfig, saveConfig, saveDefaultConfig, saveResource, setEnabled, setNaggable, toString

    Von Klasse geerbte Methoden org.bukkit.plugin.PluginBase

    equals, getName, hashCode, namespace

    Von Klasse geerbte Methoden java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait

    Von Schnittstelle geerbte Methoden org.bukkit.plugin.Plugin

    getComponentLogger, getDataPath, getLog4JLogger, getSLF4JLogger
  • Konstruktordetails

    • AreaShopReborn

      public AreaShopReborn()
      Creates the Paper-managed plugin instance.
  • Methodendetails

    • onEnable

      public void onEnable()
      Initializes persistence, external adapters, application services, and commands.
      Angegeben von:
      onEnable in Schnittstelle org.bukkit.plugin.Plugin
      Setzt außer Kraft:
      onEnable in Klasse org.bukkit.plugin.java.JavaPlugin
    • onDisable

      public void onDisable()
      Stops the database executor and releases plugin resources.
      Angegeben von:
      onDisable in Schnittstelle org.bukkit.plugin.Plugin
      Setzt außer Kraft:
      onDisable in Klasse org.bukkit.plugin.java.JavaPlugin
    • getApi

      public AreaShopApi getApi()
      Returns the registered public service facade.

      Integrations should normally resolve AreaShopApi through Bukkit's services manager so they do not depend on this concrete plugin class.

      Gibt zurück:
      initialized public API
      Löst aus:
      IllegalStateException - when called before successful plugin initialization