Package xk.xact.gui

Examples of xk.xact.gui.ContainerCrafter


  private TileCrafter crafter;
  private ContainerCrafter container;

  public GuiCrafter(TileCrafter crafter, EntityPlayer player) {
    super( new ContainerCrafter( crafter, player ) );
    this.crafter = crafter;
    this.container = (ContainerCrafter) super.inventorySlots;
    this.ySize = 256;
  }
View Full Code Here


    }
    return list;
  }

  public Container getContainerFor(EntityPlayer player) {
    return new ContainerCrafter( this, player );
  }
View Full Code Here

TOP

Related Classes of xk.xact.gui.ContainerCrafter

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.