Uses of Class
net.playavalon.mythicdungeons.dungeons.functions.rewards.FunctionReward
Packages that use FunctionReward
Package
Description
-
Uses of FunctionReward in net.playavalon.mythicdungeons.dungeons
Methods in net.playavalon.mythicdungeons.dungeons with parameters of type FunctionRewardModifier 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
Subclasses of FunctionReward in net.playavalon.mythicdungeons.dungeons.functions.rewardsModifier and TypeClassDescriptionclass
class
class
-
Uses of FunctionReward in net.playavalon.mythicdungeons.dungeons.rewards
Methods in net.playavalon.mythicdungeons.dungeons.rewards with parameters of type FunctionRewardModifier and TypeMethodDescriptionvoid
PlayerLootData.addLootCooldown
(FunctionReward reward, Date resetTime) PlayerLootData.getLootCooldown
(FunctionReward reward) boolean
PlayerLootData.hasLootOnCooldown
(FunctionReward reward) Constructors in net.playavalon.mythicdungeons.dungeons.rewards with parameters of type FunctionReward