Class PonderMC
java.lang.Object
preponderous.ponder.Ponder
preponderous.ponder.minecraft.bukkit.PonderMC
-
Constructor Summary
ConstructorDescriptionPonderMC(org.bukkit.plugin.java.JavaPlugin plugin)
Constructor to initialize the API with a minecraft plugin. -
Method Summary
Modifier and TypeMethodDescriptionMethod to get the Command ServiceMethod to get the Locale Serviceorg.bukkit.plugin.java.JavaPlugin
Method to get the plugin that the API has been instantiated with.Methods inherited from class preponderous.ponder.Ponder
getVersion, isDebugEnabled, log, setDebugFlag
-
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
Method to get the Command Service- Returns:
CommandService
-
getLocaleService
Method to get the Locale Service- Returns:
LocaleService
-