Interface ClaimPlugin

All Superinterfaces:
org.bukkit.command.CommandExecutor, EventPublisher, io.papermc.paper.plugin.lifecycle.event.LifecycleEventOwner, net.kyori.adventure.key.Namespaced, su.nightexpress.nightcore.NightCorePlugin, org.bukkit.plugin.Plugin, org.bukkit.command.TabCompleter, org.bukkit.command.TabExecutor

@NullMarked public interface ClaimPlugin extends su.nightexpress.nightcore.NightCorePlugin, EventPublisher
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    addGlobalPlaceholders(su.nightexpress.nightcore.bridge.placeholder.PlaceholderProvider provider)
     
    void
     

    Methods inherited from interface org.bukkit.command.CommandExecutor

    onCommand

    Methods inherited from interface EventPublisher

    fireEvent

    Methods inherited from interface net.kyori.adventure.key.Namespaced

    namespace

    Methods inherited from interface su.nightexpress.nightcore.NightCorePlugin

    addChatHandler, createAsyncTask, createTask, dataPath, debug, dialogRegistry, disable, enable, error, error, extractResources, extractResources, getBaseCommand, getCommandAliases, getCommandManager, getConfig, getDetails, getLang, getLangManager, getLanguage, getMenuRegistry, getNameLocalized, getPluginManager, getPrefix, getScheduler, info, injectLang, injectLang, registerListener, registerPermissions, reload, removeChatHandler, runTask, runTask, runTask, runTask, runTask, runTaskAsync, runTaskAsync, runTaskLater, runTaskLater, runTaskLaterAsync, runTaskLaterAsync, runTaskTimer, runTaskTimer, runTaskTimerAsync, runTaskTimerAsync, scheduler, warn, warn

    Methods inherited from interface org.bukkit.plugin.Plugin

    getComponentLogger, getDataFolder, getDataPath, getDefaultBiomeProvider, getDefaultWorldGenerator, getDescription, getLifecycleManager, getLog4JLogger, getLogger, getName, getPluginLoader, getPluginMeta, getResource, getServer, getSLF4JLogger, isEnabled, isNaggable, onDisable, onEnable, onLoad, reloadConfig, saveConfig, saveDefaultConfig, saveResource, setNaggable

    Methods inherited from interface org.bukkit.command.TabCompleter

    onTabComplete
  • Method Details

    • reloadPlugin

      void reloadPlugin()
    • addGlobalPlaceholders

      void addGlobalPlaceholders(su.nightexpress.nightcore.bridge.placeholder.PlaceholderProvider provider)