final double dropModifier
The drop modifier of the reward.
final int experience
The experience of the reward.
final int duration
The duration of the reward.
ClanReward(String name, int item, int duration, int experience, double dropModifier)
Makes a new ClanReward
final int item
The item identification of the reward.
static Optional< ClanReward > forId(int item)
Handles getting the clan reward based on the item identification.