Uses of Class
com.palmergames.bukkit.towny.object.PlayerCache
-
Uses of PlayerCache in com.palmergames.bukkit.towny
Modifier and TypeMethodDescriptionTowny.getCache
(org.bukkit.entity.Player player) Fetch the current players cache Creates a new one, if one doesn't exist.Towny.getCacheOrNull
(@NotNull UUID uuid) -
Uses of PlayerCache in com.palmergames.bukkit.towny.utils
Modifier and TypeMethodDescriptionstatic PlayerCache
PlayerCacheUtil.getCache
(org.bukkit.entity.Player player) Returns the PlayerCache of a Player.Modifier and TypeMethodDescriptionstatic boolean
PlayerCacheUtil.isOwnerCache
(@NotNull PlayerCache cache) Does the given cache have a TownBlockStatus which is admin, plot_owner or town_owner.