int getExperience()
Gets the experience rewarded.
static boolean isReward(Item item)
Checks if the item is a reward.
int getObject()
Gets the object identification.
static Optional< StallData > forId(int id)
Gets the stall data base off object identification.
final int object
The object identification.
StallData(int object, Item item, int level, int experience, int value)
Constructs a new StallData
static final int getValue(Item item)
Gets the value of the reward.