Uses of Class
org.rspeer.game.house.RejuvenationPool.Type
-
Packages that use RejuvenationPool.Type Package Description org.rspeer.game.config.house org.rspeer.game.house -
-
Uses of RejuvenationPool.Type in org.rspeer.game.config.house
Methods in org.rspeer.game.config.house that return RejuvenationPool.Type Modifier and Type Method Description RejuvenationPool.Type
HouseProfile. getPoolType()
Constructors in org.rspeer.game.config.house with parameters of type RejuvenationPool.Type 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)
-
Uses of RejuvenationPool.Type in org.rspeer.game.house
Methods in org.rspeer.game.house that return RejuvenationPool.Type Modifier and Type Method Description static RejuvenationPool.Type
RejuvenationPool.Type. valueOf(String name)
Returns the enum constant of this type with the specified name.static RejuvenationPool.Type[]
RejuvenationPool.Type. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-