Package org.rspeer.game.config.house
Class HouseProfile
- java.lang.Object
-
- org.rspeer.game.config.house.HouseProfile
-
public class HouseProfile extends Object
-
-
Constructor Summary
Constructors 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)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Altar.ChapelgetChapelAltarType()JewelleryBox.TypegetJewelleryBoxType()Altar.MagicalgetMagicalAltarType()StringgetName()RejuvenationPool.TypegetPoolType()List<Teleport>getTeleports()booleanisDigSitePendantPresent()booleanisFairyRingPresent()booleanisMountedGloryPresent()booleanisMountedMythicalCapePresent()booleanisRepairStandPresent()booleanisSpiritTreePresent()booleanisWildernessObeliskPresent()booleanisXericsTalismanPresent()StringtoString()
-
-
-
Constructor Detail
-
HouseProfile
public 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)
-
-
Method Detail
-
getName
public String getName()
-
isDigSitePendantPresent
public boolean isDigSitePendantPresent()
-
isXericsTalismanPresent
public boolean isXericsTalismanPresent()
-
isMountedGloryPresent
public boolean isMountedGloryPresent()
-
isMountedMythicalCapePresent
public boolean isMountedMythicalCapePresent()
-
getJewelleryBoxType
public JewelleryBox.Type getJewelleryBoxType()
-
getMagicalAltarType
public Altar.Magical getMagicalAltarType()
-
getChapelAltarType
public Altar.Chapel getChapelAltarType()
-
getPoolType
public RejuvenationPool.Type getPoolType()
-
isSpiritTreePresent
public boolean isSpiritTreePresent()
-
isWildernessObeliskPresent
public boolean isWildernessObeliskPresent()
-
isFairyRingPresent
public boolean isFairyRingPresent()
-
isRepairStandPresent
public boolean isRepairStandPresent()
-
-