Package cofh.core.gui.container

Examples of cofh.core.gui.container.ContainerFriendsList


  int taflX = 0;
  int taflY = 0;

  public GuiFriendsList(InventoryPlayer inventory) {

    super(new ContainerFriendsList(inventory), TEXTURE);
    name = "info.cofh.friendsList";
    drawInventory = false;
    ySize = 188;
  }
View Full Code Here


      if (tile instanceof TileCoFHBase) {
        return ((TileCoFHBase) tile).getGuiServer(player.inventory);
      }
      return null;
    case FRIENDS_ID:
      return new ContainerFriendsList(player.inventory);
    default:
      return null;
    }
  }
View Full Code Here

TOP

Related Classes of cofh.core.gui.container.ContainerFriendsList

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.