Class HouseProfile
java.lang.Object
org.rspeer.game.config.house.HouseProfile
-
Constructor Summary
ConstructorsConstructorDescriptionHouseProfile(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
-
Constructor Details
-
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 Details
-
getName
-
getTeleports
-
isDigSitePendantPresent
public boolean isDigSitePendantPresent() -
isXericsTalismanPresent
public boolean isXericsTalismanPresent() -
isMountedGloryPresent
public boolean isMountedGloryPresent() -
isMountedMythicalCapePresent
public boolean isMountedMythicalCapePresent() -
getJewelleryBoxType
-
getMagicalAltarType
-
getChapelAltarType
-
getPoolType
-
isSpiritTreePresent
public boolean isSpiritTreePresent() -
isWildernessObeliskPresent
public boolean isWildernessObeliskPresent() -
isFairyRingPresent
public boolean isFairyRingPresent() -
isRepairStandPresent
public boolean isRepairStandPresent() -
toString
-