40public class InformationWriter
extends InterfaceWriter {
42 public InformationWriter(
Player player) {
46 private String[] text = {
47 " <col=FF7000>Game Information:",
49 " -Staff online: <col=FFB83F>" +
World.getStaffCount(),
51 " <col=FF7000>Events:",
55 " <col=FF7000>Player Information:",
59 " <col=FF7000>Player Statistics:",
60 " -Kills: <col=FFB83F>" + player.kill,
61 " -Deaths: <col=FFB83F> " + player.death,
62 " -KDR: <col=FFB83F>" + player.playerAssistant.kdr(),
63 " -Killstreak: <col=FFB83F>" + player.killstreak.streak,
68 " <col=FF7000>Slayer Information:",
70 " -Slayer Task: <col=FFB83F>" + (player.slayer.getTask() ==
null ?
"None" : player.slayer.getTask().getName()),
78 private int[][] font = {
89 protected int startingIndex() {
94 public void scroll() {
99 protected String[] text() {
104 protected int[][] color() {
109 protected int[][] font() {
static String getInformation()
static String getInformation()