RuneHive-Tarnish
Neural OSRS Enhancement Framework
|
Public Member Functions | |
ClanReward (String name, int item, int duration, int experience, double dropModifier) |
Static Public Member Functions | |
static Optional< ClanReward > | forId (int item) |
Public Attributes | |
final String | name |
final int | item |
final int | duration |
final int | experience |
final double | dropModifier |
Holds all the clan reward data.
Definition at line 38 of file ClanReward.java.
|
inline |
Makes a new ClanReward
Definition at line 57 of file ClanReward.java.
|
inlinestatic |
Handles getting the clan reward based on the item identification.
Definition at line 66 of file ClanReward.java.
final double com.osroyale.content.clanchannel.content.ClanReward.dropModifier |
The drop modifier of the reward.
Definition at line 54 of file ClanReward.java.
final int com.osroyale.content.clanchannel.content.ClanReward.duration |
The duration of the reward.
Definition at line 48 of file ClanReward.java.
final int com.osroyale.content.clanchannel.content.ClanReward.experience |
The experience of the reward.
Definition at line 51 of file ClanReward.java.
final int com.osroyale.content.clanchannel.content.ClanReward.item |
The item identification of the reward.
Definition at line 45 of file ClanReward.java.
final String com.osroyale.content.clanchannel.content.ClanReward.name |
The name of the reward.
Definition at line 42 of file ClanReward.java.