Package org.spoutcraft.api.gui

Examples of org.spoutcraft.api.gui.ArmorBar


  public InGameScreen() {
    this.health = new HealthBar();
    this.bubble = new BubbleBar();
    this.chat = new ChatBar();
    this.chatText = new ChatTextBox();
    this.armor = new ArmorBar();
    this.hunger = new HungerBar();
    this.exp = new ExpBar();
    this.playerList = new ServerPlayerList();

    attachWidgets("Spoutcraft", health, bubble, chat, chatText, armor, hunger, exp, playerList);
View Full Code Here

TOP

Related Classes of org.spoutcraft.api.gui.ArmorBar

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.