Uses of Enum Class
org.rspeer.game.house.JewelleryBox.Type
Packages that use JewelleryBox.Type
-
Uses of JewelleryBox.Type in org.rspeer.game.config.house
Methods in org.rspeer.game.config.house that return JewelleryBox.TypeConstructors in org.rspeer.game.config.house with parameters of type JewelleryBox.TypeModifierConstructorDescriptionHouseProfile(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
Subclasses with type arguments of type JewelleryBox.Type in org.rspeer.game.houseMethods in org.rspeer.game.house that return JewelleryBox.TypeModifier and TypeMethodDescriptionstatic JewelleryBox.TypeReturns the enum constant of this class with the specified name.static JewelleryBox.Type[]JewelleryBox.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.