38public class AchievementWriter
extends InterfaceWriter {
40 public AchievementWriter(
Player player) {
51 player.send(
new SendString(
"Player Killing (" + pvp +
"%)", 35051));
53 player.send(
new SendString(
"Monster Killing (" + pvm +
"%)", 35052));
55 player.send(
new SendString(
"Skilling (" + skilling +
"%)", 35053));
57 player.send(
new SendString(
"Minigames (" + minigame +
"%)", 35054));
59 player.send(
new SendString(
"Miscellaneous (" + miscellaneous +
"%)", 35055));
67 protected int startingIndex() {
72 protected String[] text() {
77 protected int[][] color() {
82 protected int[][] font() {
static int getTotalCompleted(Player player)
static int getDifficultyCompletion(Player player, AchievementType difficulty)