Index
All Classes and Interfaces|All Packages
A
- AbstractKeyManager - Class in me.hsgamer.hscore.bukkit.key
-
The abstract key manager
- AbstractKeyManager() - Constructor for class me.hsgamer.hscore.bukkit.key.AbstractKeyManager
C
- contains(PersistentDataContainer) - Method in class me.hsgamer.hscore.bukkit.key.PluginKeyPair
-
Check if the container contains the key
- contains(PersistentDataHolder) - Method in class me.hsgamer.hscore.bukkit.key.PluginKeyPair
-
Check if the holder contains the key
- copy(PersistentDataContainer, PersistentDataContainer) - Method in class me.hsgamer.hscore.bukkit.key.PluginKeyPair
-
Copy the value from the source container to the target container
- copy(PersistentDataContainer, PersistentDataContainer, PluginKeyPair<?>...) - Static method in class me.hsgamer.hscore.bukkit.key.PluginKeyUtils
-
Copy the
PluginKeyPairfrom the source container to the target container - copy(PersistentDataHolder, PersistentDataHolder) - Method in class me.hsgamer.hscore.bukkit.key.PluginKeyPair
-
Copy the value from the source holder to the target holder
- copy(PersistentDataHolder, PersistentDataHolder, PluginKeyPair<?>...) - Static method in class me.hsgamer.hscore.bukkit.key.PluginKeyUtils
-
Copy the
PluginKeyPairfrom the source holder to the target holder - createKey(String) - Method in class me.hsgamer.hscore.bukkit.key.AbstractKeyManager
- createKey(String) - Method in interface me.hsgamer.hscore.bukkit.key.KeyManager
-
Create a new
NamespacedKey. - createKeyPair(String, PersistentDataType<?, Z>) - Method in interface me.hsgamer.hscore.bukkit.key.KeyManager
-
Create a new key pair with null default value
- createKeyPair(String, PersistentDataType<?, Z>, Z) - Method in interface me.hsgamer.hscore.bukkit.key.KeyManager
-
Create a new key pair
G
- get(PersistentDataContainer) - Method in class me.hsgamer.hscore.bukkit.key.PluginKeyPair
-
Get the value from the container
- get(PersistentDataHolder) - Method in class me.hsgamer.hscore.bukkit.key.PluginKeyPair
-
Get the value from the holder
- getDataType() - Method in class me.hsgamer.hscore.bukkit.key.PluginKeyPair
-
Get the data type
- getDefaultValue() - Method in class me.hsgamer.hscore.bukkit.key.PluginKeyPair
-
Get the default value
- getKey() - Method in class me.hsgamer.hscore.bukkit.key.PluginKeyPair
-
Get the key
K
- KeyManager - Interface in me.hsgamer.hscore.bukkit.key
-
An interface for all
NamespacedKeymanager
M
- me.hsgamer.hscore.bukkit.key - package me.hsgamer.hscore.bukkit.key
-
Contains extended classes for
NamespacedKey - MinecraftKeyManager - Class in me.hsgamer.hscore.bukkit.key
-
the
KeyManagerfor default Minecraft - MinecraftKeyManager() - Constructor for class me.hsgamer.hscore.bukkit.key.MinecraftKeyManager
N
- newKey(String) - Method in class me.hsgamer.hscore.bukkit.key.AbstractKeyManager
-
Create a new key
- newKey(String) - Method in class me.hsgamer.hscore.bukkit.key.MinecraftKeyManager
- newKey(String) - Method in class me.hsgamer.hscore.bukkit.key.PluginKeyManager
P
- PluginKeyManager - Class in me.hsgamer.hscore.bukkit.key
-
A
KeyManagerfor thePlugin - PluginKeyManager(Plugin) - Constructor for class me.hsgamer.hscore.bukkit.key.PluginKeyManager
-
Create a new
NamespacedKeymanager - PluginKeyPair<Z> - Class in me.hsgamer.hscore.bukkit.key
-
A pair of
NamespacedKeyandPersistentDataType - PluginKeyPair(NamespacedKey, PersistentDataType<?, Z>, Z) - Constructor for class me.hsgamer.hscore.bukkit.key.PluginKeyPair
-
Create a new instance of
PluginKeyPair - PluginKeyUtils - Class in me.hsgamer.hscore.bukkit.key
-
Methods to work with
PluginKeyPairconveniently
R
- remove(PersistentDataContainer) - Method in class me.hsgamer.hscore.bukkit.key.PluginKeyPair
-
Remove the value from the container
- remove(PersistentDataContainer, PluginKeyPair<?>...) - Static method in class me.hsgamer.hscore.bukkit.key.PluginKeyUtils
-
Remove the
PluginKeyPairfrom the container - remove(PersistentDataHolder) - Method in class me.hsgamer.hscore.bukkit.key.PluginKeyPair
-
Remove the value from the holder
- remove(PersistentDataHolder, PluginKeyPair<?>...) - Static method in class me.hsgamer.hscore.bukkit.key.PluginKeyUtils
-
Remove the
PluginKeyPairfrom the holder
S
- set(PersistentDataContainer, Z) - Method in class me.hsgamer.hscore.bukkit.key.PluginKeyPair
-
Set the value to the container
- set(PersistentDataHolder, Z) - Method in class me.hsgamer.hscore.bukkit.key.PluginKeyPair
-
Set the value to the holder
All Classes and Interfaces|All Packages