Uses of Class
net.playavalon.mythicdungeons.dungeons.functions.rewards.FunctionReward
Package
Description
-
Uses of FunctionReward in net.playavalon.mythicdungeons.dungeons
Modifier and TypeMethodDescriptionvoid
Dungeon.addLootCooldown
(org.bukkit.entity.Player player, FunctionReward reward) void
Dungeon.addLootCooldown
(org.bukkit.entity.Player player, FunctionReward reward, Date resetTime) Dungeon.getLootUnlockTime
(org.bukkit.entity.Player player, FunctionReward function) boolean
Dungeon.hasLootCooldown
(org.bukkit.entity.Player player, FunctionReward reward) -
Uses of FunctionReward in net.playavalon.mythicdungeons.dungeons.functions.rewards
Modifier and TypeClassDescriptionclass
class
class
-
Uses of FunctionReward in net.playavalon.mythicdungeons.dungeons.rewards
Modifier and TypeMethodDescriptionvoid
PlayerLootData.addLootCooldown
(FunctionReward reward, Date resetTime) PlayerLootData.getLootCooldown
(FunctionReward reward) boolean
PlayerLootData.hasLootOnCooldown
(FunctionReward reward)