Uses of Class
io.github.projectunified.minelib.util.key.PluginKeyPair
Packages that use PluginKeyPair
-
Uses of PluginKeyPair in io.github.projectunified.minelib.util.key
Methods in io.github.projectunified.minelib.util.key that return PluginKeyPairModifier and TypeMethodDescriptiondefault <Z> PluginKeyPair<Z>
KeyManager.createKeyPair
(String key, org.bukkit.persistence.PersistentDataType<?, Z> dataType) Create a new key pair with null default valuedefault <Z> PluginKeyPair<Z>
KeyManager.createKeyPair
(String key, org.bukkit.persistence.PersistentDataType<?, Z> dataType, Z defaultValue) Create a new key pairMethods in io.github.projectunified.minelib.util.key with parameters of type PluginKeyPairModifier and TypeMethodDescriptionstatic void
PluginKeyUtils.copy
(org.bukkit.persistence.PersistentDataContainer fromContainer, org.bukkit.persistence.PersistentDataContainer toContainer, PluginKeyPair<?>... keyPairs) Copy thePluginKeyPair
from the source container to the target containerstatic void
PluginKeyUtils.copy
(org.bukkit.persistence.PersistentDataHolder fromHolder, org.bukkit.persistence.PersistentDataHolder toHolder, PluginKeyPair<?>... keyPairs) Copy thePluginKeyPair
from the source holder to the target holderstatic void
PluginKeyUtils.remove
(org.bukkit.persistence.PersistentDataContainer container, PluginKeyPair<?>... keyPairs) Remove thePluginKeyPair
from the containerstatic void
PluginKeyUtils.remove
(org.bukkit.persistence.PersistentDataHolder holder, PluginKeyPair<?>... keyPairs) Remove thePluginKeyPair
from the holder