RuneHive-Tarnish
Neural OSRS Enhancement Framework
Loading...
Searching...
No Matches
TeleportType.java
1
package
com.osroyale.content.skill.impl.magic.teleport;
2
36
37
public
enum
TeleportType
{
39
FAVORITES
,
40
42
MINIGAMES
,
43
45
SKILLING
,
46
48
MONSTER_KILLING
,
49
51
PLAYER_KILLING
,
52
54
BOSS_KILLING
,
55
}
com.osroyale.content.skill.impl.magic.teleport.TeleportType
Definition
TeleportType.java:37
com.osroyale.content.skill.impl.magic.teleport.TeleportType.SKILLING
SKILLING
Definition
TeleportType.java:45
com.osroyale.content.skill.impl.magic.teleport.TeleportType.MONSTER_KILLING
MONSTER_KILLING
Definition
TeleportType.java:48
com.osroyale.content.skill.impl.magic.teleport.TeleportType.PLAYER_KILLING
PLAYER_KILLING
Definition
TeleportType.java:51
com.osroyale.content.skill.impl.magic.teleport.TeleportType.BOSS_KILLING
BOSS_KILLING
Definition
TeleportType.java:54
com.osroyale.content.skill.impl.magic.teleport.TeleportType.FAVORITES
FAVORITES
Definition
TeleportType.java:39
com.osroyale.content.skill.impl.magic.teleport.TeleportType.MINIGAMES
MINIGAMES
Definition
TeleportType.java:42