Class InternalPaperConfig

java.lang.Object
dev.jorel.commandapi.InternalConfig
dev.jorel.commandapi.InternalBukkitConfig
dev.jorel.commandapi.InternalPaperConfig

public class InternalPaperConfig extends dev.jorel.commandapi.InternalBukkitConfig
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    io.papermc.paper.plugin.lifecycle.event.LifecycleEventOwner
     
    io.papermc.paper.plugin.configuration.PluginMeta
     

    Methods inherited from class dev.jorel.commandapi.InternalBukkitConfig

    fallbackToLatestNMS, getNBTContainerClass, getNBTContainerConstructor, getPluginName, lateInitializeNBT, shouldSkipSenderProxy, skipReloadDatapacks

    Methods inherited from class dev.jorel.commandapi.InternalConfig

    getDispatcherFile, getMissingImplementationMessage, getNamespace, hasSilentLogs, hasVerboseOutput, isNetworkingEnabled, makeNetworkingExceptionsWarnings

    Methods inherited from class Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • getLifecycleEventOwner

      public io.papermc.paper.plugin.lifecycle.event.LifecycleEventOwner getLifecycleEventOwner()
      Returns:
      the LifecycleEventOwner loading the CommandAPI
    • getPluginMeta

      public io.papermc.paper.plugin.configuration.PluginMeta getPluginMeta()
      Returns:
      The PluginMeta of the plugin loading the CommandAPI