Uses of Class
me.despical.kotl.user.User
Packages that use User
Package
Description
-
Uses of User in me.despical.kotl.api
Methods in me.despical.kotl.api with parameters of type User -
Uses of User in me.despical.kotl.handlers.cooldown
Methods in me.despical.kotl.handlers.cooldown with parameters of type UserModifier and TypeMethodDescriptiondoubleCooldownManager.getCooldown(User user, String name) voidCooldownManager.setCooldown(User user, String name, double seconds) -
Uses of User in me.despical.kotl.handlers.rewards
Methods in me.despical.kotl.handlers.rewards with parameters of type UserModifier and TypeMethodDescriptionvoidRewardsFactory.performReward(User user, Reward.RewardType type, Arena arena) -
Uses of User in me.despical.kotl.user
Methods in me.despical.kotl.user that return UserModifier and TypeMethodDescriptionUserManager.addUser(org.bukkit.entity.Player player) @NotNull UserUserManager.getUser(org.bukkit.entity.Player player) Methods in me.despical.kotl.user that return types with arguments of type User -
Uses of User in me.despical.kotl.user.data
Methods in me.despical.kotl.user.data with parameters of type UserModifier and TypeMethodDescriptionvoidFileStats.loadStatistics(@NotNull User user) voidMySQLStatistics.loadStatistics(@NotNull User user) abstract voidUserDatabase.loadStatistics(@NotNull User user) voidFileStats.saveStatistic(@NotNull User user, StatisticType statisticType) voidMySQLStatistics.saveStatistic(@NotNull User user, StatisticType stat) abstract voidUserDatabase.saveStatistic(@NotNull User user, StatisticType statisticType) voidFileStats.saveStatistics(@NotNull User user) voidMySQLStatistics.saveStatistics(@NotNull User user) abstract voidUserDatabase.saveStatistics(@NotNull User user) -
Uses of User in me.despical.kotl.util
Methods in me.despical.kotl.util with parameters of type UserModifier and TypeMethodDescriptionstatic voidUtils.applyActionBarCooldown(User user, int seconds)