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 TypeMethodDescriptionvoidaddGlobalPlaceholders(su.nightexpress.nightcore.bridge.placeholder.PlaceholderProvider provider) voidMethods inherited from interface org.bukkit.command.CommandExecutor
onCommandMethods inherited from interface EventPublisher
fireEventMethods inherited from interface net.kyori.adventure.key.Namespaced
namespaceMethods 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, warnMethods 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, setNaggableMethods inherited from interface org.bukkit.command.TabCompleter
onTabComplete
-
Method Details
-
reloadPlugin
void reloadPlugin() -
addGlobalPlaceholders
void addGlobalPlaceholders(su.nightexpress.nightcore.bridge.placeholder.PlaceholderProvider provider)
-