Uses of Class
com.hazebyte.crate.api.result.RewardExecutorResult
-
Packages that use RewardExecutorResult Package Description com.hazebyte.crate.api.crate.reward Classes related toReward
com.hazebyte.crate.api.result -
-
Uses of RewardExecutorResult in com.hazebyte.crate.api.crate.reward
Methods in com.hazebyte.crate.api.crate.reward that return types with arguments of type RewardExecutorResult Modifier and Type Method Description Set<RewardExecutorResult>
Reward. execute(org.bukkit.entity.Player player)
Method parameters in com.hazebyte.crate.api.crate.reward with type arguments of type RewardExecutorResult Modifier and Type Method Description void
Reward. setExecutor(BiFunction<Reward,org.bukkit.entity.Player,Set<RewardExecutorResult>> executor)
-
Uses of RewardExecutorResult in com.hazebyte.crate.api.result
Methods in com.hazebyte.crate.api.result that return RewardExecutorResult Modifier and Type Method Description static RewardExecutorResult
RewardExecutorResult. valueOf(String name)
Returns the enum constant of this type with the specified name.static RewardExecutorResult[]
RewardExecutorResult. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-