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