Uses of Class
org.rspeer.game.house.JewelleryBox.Type
-
Packages that use JewelleryBox.Type Package Description org.rspeer.game.config.house org.rspeer.game.house -
-
Uses of JewelleryBox.Type in org.rspeer.game.config.house
Methods in org.rspeer.game.config.house that return JewelleryBox.Type Modifier and Type Method Description JewelleryBox.Type
HouseProfile. getJewelleryBoxType()
Constructors in org.rspeer.game.config.house with parameters of type JewelleryBox.Type Constructor Description HouseProfile(String name, List<Teleport> teleports, boolean digSitePendantPresent, boolean xericsTalismanPresent, boolean mountedGloryPresent, boolean mountedMythicalCapePresent, JewelleryBox.Type jewelleryBoxType, Altar.Magical magicalAltarType, Altar.Chapel chapelAltarType, RejuvenationPool.Type poolType, boolean spiritTreePresent, boolean wildernessObeliskPresent, boolean fairyRingPresent, boolean repairStandPresent)
-
Uses of JewelleryBox.Type in org.rspeer.game.house
Methods in org.rspeer.game.house that return JewelleryBox.Type Modifier and Type Method Description static JewelleryBox.Type
JewelleryBox.Type. valueOf(String name)
Returns the enum constant of this type with the specified name.static JewelleryBox.Type[]
JewelleryBox.Type. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-