RuneHive-Game
Loading...
Searching...
No Matches
com.runehive.content.mysterybox.MysteryRarity Enum Reference

Created by Daniel on 2018-02-03. More...

Public Member Functions

 MysteryRarity (double chance)

Public Attributes

final double chance
 COMMON =(.10)
 EXOTIC =(.2)
 RARE =(.5)
 UNCOMMON =(.08)

Detailed Description

Created by Daniel on 2018-02-03.

Definition at line 6 of file MysteryRarity.java.

Constructor & Destructor Documentation

◆ MysteryRarity()

com.runehive.content.mysterybox.MysteryRarity.MysteryRarity ( double chance)

Definition at line 14 of file MysteryRarity.java.

14 {
15 this.chance = chance;
16 }

References chance.

Member Data Documentation

◆ chance

final double com.runehive.content.mysterybox.MysteryRarity.chance

Definition at line 12 of file MysteryRarity.java.

Referenced by MysteryRarity().

◆ COMMON

com.runehive.content.mysterybox.MysteryRarity.COMMON =(.10)

Definition at line 7 of file MysteryRarity.java.

◆ EXOTIC

com.runehive.content.mysterybox.MysteryRarity.EXOTIC =(.2)

◆ RARE

com.runehive.content.mysterybox.MysteryRarity.RARE =(.5)

Definition at line 9 of file MysteryRarity.java.

◆ UNCOMMON

com.runehive.content.mysterybox.MysteryRarity.UNCOMMON =(.08)

Definition at line 8 of file MysteryRarity.java.


The documentation for this enum was generated from the following file: