Class DefaultPluginMeta

java.lang.Object
org.galliumpowered.plugin.DefaultPluginMeta
All Implemented Interfaces:
PluginMeta

public class DefaultPluginMeta extends Object implements PluginMeta
  • Constructor Details

  • Method Details

    • getName

      public String getName()
      Description copied from interface: PluginMeta
      The name of the plugin
      Specified by:
      getName in interface PluginMeta
      Returns:
      Plugin name
    • getId

      public String getId()
      Description copied from interface: PluginMeta
      The plugin ID
      Specified by:
      getId in interface PluginMeta
      Returns:
      Plugin ID
    • getDescription

      public String getDescription()
      Description copied from interface: PluginMeta
      The plugin description
      Specified by:
      getDescription in interface PluginMeta
      Returns:
      Plugin description
    • getAuthors

      public String[] getAuthors()
      Description copied from interface: PluginMeta
      The authors of the plugin
      Specified by:
      getAuthors in interface PluginMeta
      Returns:
      Plugin authors
    • getVersion

      public String getVersion()
      Description copied from interface: PluginMeta
      The plugin version
      Specified by:
      getVersion in interface PluginMeta
      Returns:
      Plugin version
    • getMainClass

      public String getMainClass()
      Description copied from interface: PluginMeta
      Main class of the plugin
      Specified by:
      getMainClass in interface PluginMeta
      Returns:
      Plugin main class