Uses of Enum Class
org.rspeer.game.house.RejuvenationPool.Type
Packages that use RejuvenationPool.Type
-
Uses of RejuvenationPool.Type in org.rspeer.game.config.house
Methods in org.rspeer.game.config.house that return RejuvenationPool.TypeConstructors in org.rspeer.game.config.house with parameters of type RejuvenationPool.TypeModifierConstructorDescriptionHouseProfile(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
Subclasses with type arguments of type RejuvenationPool.Type in org.rspeer.game.houseMethods in org.rspeer.game.house that return RejuvenationPool.TypeModifier and TypeMethodDescriptionstatic RejuvenationPool.TypeReturns the enum constant of this class with the specified name.static RejuvenationPool.Type[]RejuvenationPool.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.