Class PonderMC

java.lang.Object
preponderous.ponder.Ponder
preponderous.ponder.minecraft.bukkit.PonderMC

public class PonderMC extends Ponder
  • Constructor Details

    • PonderMC

      public PonderMC(org.bukkit.plugin.java.JavaPlugin plugin)
      Constructor to initialize the API with a minecraft plugin.
      Parameters:
      plugin - JavaPlugin to initialize the API with.
  • Method Details

    • getPlugin

      public org.bukkit.plugin.java.JavaPlugin getPlugin()
      Method to get the plugin that the API has been instantiated with.
      Returns:
      JavaPlugin
    • getCommandService

      public CommandService getCommandService()
      Method to get the Command Service
      Returns:
      CommandService
    • getLocaleService

      public LocaleService getLocaleService()
      Method to get the Locale Service
      Returns:
      LocaleService