Uses of Class
org.rspeer.game.house.Altar.Magical
-
Packages that use Altar.Magical Package Description org.rspeer.game.config.house org.rspeer.game.house -
-
Uses of Altar.Magical in org.rspeer.game.config.house
Methods in org.rspeer.game.config.house that return Altar.Magical Modifier and Type Method Description Altar.Magical
HouseProfile. getMagicalAltarType()
Constructors in org.rspeer.game.config.house with parameters of type Altar.Magical 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 Altar.Magical in org.rspeer.game.house
Methods in org.rspeer.game.house that return Altar.Magical Modifier and Type Method Description static Altar.Magical
Altar.Magical. valueOf(String name)
Returns the enum constant of this type with the specified name.static Altar.Magical[]
Altar.Magical. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-