Package me.hsgamer.hscore.bukkit.key
Class PluginKeyManager
java.lang.Object
me.hsgamer.hscore.bukkit.key.AbstractKeyManager
me.hsgamer.hscore.bukkit.key.PluginKeyManager
- All Implemented Interfaces:
KeyManager
A
KeyManager for the Plugin-
Constructor Summary
ConstructorsConstructorDescriptionPluginKeyManager(org.bukkit.plugin.Plugin plugin) Create a newNamespacedKeymanager -
Method Summary
Methods inherited from class me.hsgamer.hscore.bukkit.key.AbstractKeyManager
createKeyMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface me.hsgamer.hscore.bukkit.key.KeyManager
createKeyPair, createKeyPair
-
Constructor Details
-
PluginKeyManager
public PluginKeyManager(org.bukkit.plugin.Plugin plugin) Create a newNamespacedKeymanager- Parameters:
plugin- the holder plugin
-
-
Method Details
-
newKey
Description copied from class:AbstractKeyManagerCreate a new key- Specified by:
newKeyin classAbstractKeyManager- Parameters:
key- the key- Returns:
- the new key
-