Examples of ItemRepo


Examples of appeng.client.me.ItemRepo

  public GuiMEMonitorable(InventoryPlayer inventoryPlayer, ITerminalHost te, ContainerMEMonitorable c) {

    super( c );
    myScrollBar = new GuiScrollbar();
    repo = new ItemRepo( myScrollBar, this );

    xSize = 185;
    ySize = 204;

    if ( te instanceof IViewCellStorage )
View Full Code Here

Examples of appeng.client.me.ItemRepo

  public GuiNetworkStatus(InventoryPlayer inventoryPlayer, INetworkTool te) {
    super( new ContainerNetworkStatus( inventoryPlayer, te ) );
    this.ySize = 153;
    this.xSize = 195;
    myScrollBar = new GuiScrollbar();
    repo = new ItemRepo( myScrollBar, this );
    repo.rowSize = 5;
  }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.