Class HouseProfile


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

        public Altar.Magical getMagicalAltarType()
      • getChapelAltarType

        public Altar.Chapel getChapelAltarType()
      • isSpiritTreePresent

        public boolean isSpiritTreePresent()
      • isWildernessObeliskPresent

        public boolean isWildernessObeliskPresent()
      • isFairyRingPresent

        public boolean isFairyRingPresent()
      • isRepairStandPresent

        public boolean isRepairStandPresent()