Uses of Class
com.jeff_media.jefflib.data.OfflinePlayerPersistentDataContainer
Packages that use OfflinePlayerPersistentDataContainer
Package
Description
Main Library methods. Some methods require initialization first, see
JeffLib.init(org.bukkit.plugin.Plugin)
Some data classes.
-
Uses of OfflinePlayerPersistentDataContainer in com.jeff_media.jefflib
Methods in com.jeff_media.jefflib that return types with arguments of type OfflinePlayerPersistentDataContainerModifier and TypeMethodDescriptionPDCUtils.getOfflinePlayerPersistentDataContainer
(UUID uuid) Returns an OfflinePlayer'sPersistentDataContainer
. Important: When doing changes to the PDC, you must callsave()
orsaveAsync()
to save the changes.PDCUtils.getOfflinePlayerPersistentDataContainer
(OfflinePlayer player) Returns an OfflinePlayer'sPersistentDataContainer
. Important: When doing changes to the PDC, you must callsave()
orsaveAsync()
to save the changes. -
Uses of OfflinePlayerPersistentDataContainer in com.jeff_media.jefflib.data
Methods in com.jeff_media.jefflib.data that return types with arguments of type OfflinePlayerPersistentDataContainerModifier and TypeMethodDescriptionReturns an OfflinePlayer'sPersistentDataContainer
. Important: When doing changes to the PDC, you must callsave()
orsaveAsync()
to save the changes.OfflinePlayerPersistentDataContainer.of
(OfflinePlayer player) Returns an OfflinePlayer'sPersistentDataContainer
. Important: When doing changes to the PDC, you must callsave()
orsaveAsync()
to save the changes.