Search in sources :

Example 1 with MemoryHud

use of cally72jhb.addon.system.hud.MemoryHud in project vector-addon by cally72jhb.

the class Systems method postInit.

public static void postInit() {
    HUD hud = meteordevelopment.meteorclient.systems.Systems.get(HUD.class);
    hud.topCenter.add(new CustomChatHud(hud));
    hud.topLeft.add(new StatsHud(hud));
    hud.topLeft.add(new MemoryHud(hud));
    hud.topLeft.add(new PacketHud(hud));
// hud.topLeft.add(new RadarHud(hud));
}
Also used : HUD(meteordevelopment.meteorclient.systems.hud.HUD) PacketHud(cally72jhb.addon.system.hud.PacketHud) StatsHud(cally72jhb.addon.system.hud.StatsHud) MemoryHud(cally72jhb.addon.system.hud.MemoryHud) CustomChatHud(cally72jhb.addon.system.hud.CustomChatHud)

Aggregations

CustomChatHud (cally72jhb.addon.system.hud.CustomChatHud)1 MemoryHud (cally72jhb.addon.system.hud.MemoryHud)1 PacketHud (cally72jhb.addon.system.hud.PacketHud)1 StatsHud (cally72jhb.addon.system.hud.StatsHud)1 HUD (meteordevelopment.meteorclient.systems.hud.HUD)1