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.Chapel
getChapelAltarType()
JewelleryBox.Type
getJewelleryBoxType()
Altar.Magical
getMagicalAltarType()
String
getName()
RejuvenationPool.Type
getPoolType()
List<Teleport>
getTeleports()
boolean
isDigSitePendantPresent()
boolean
isFairyRingPresent()
boolean
isMountedGloryPresent()
boolean
isMountedMythicalCapePresent()
boolean
isRepairStandPresent()
boolean
isSpiritTreePresent()
boolean
isWildernessObeliskPresent()
boolean
isXericsTalismanPresent()
String
toString()
-
-
-
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()
-
-