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