Class HouseProfile

java.lang.Object
org.rspeer.game.config.house.HouseProfile

public class HouseProfile extends Object
  • 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

      public String getName()
    • getTeleports

      public List<Teleport> getTeleports()
    • 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()
    • toString

      public String toString()
      Overrides:
      toString in class Object