RuneHive-Game
Loading...
Searching...
No Matches
FameType.java
Go to the documentation of this file.
1package com.runehive.content.famehall;
2
3/**
4 * All the hall of fame types.
5 *
6 * @author Daniel
7 */
8public enum FameType {
9 /**
10 * Player killing related fame.
11 */
13
14 /**
15 * Monster killing related fame.
16 */
18
19 /**
20 * Skilling related fame.
21 */
23
24 /**
25 * Miscellaneous fame.
26 */
28}
All the hall of fame types.
Definition FameType.java:8
PVP
Player killing related fame.
Definition FameType.java:12
PVM
Monster killing related fame.
Definition FameType.java:17