Examples of SlotAcceptNeedlegunAmmo


Examples of powercrystals.minefactoryreloaded.gui.slot.SlotAcceptNeedlegunAmmo

  private NeedlegunContainerWrapper _ncw;
 
  public ContainerNeedlegun(NeedlegunContainerWrapper ncw, InventoryPlayer inv)
  {
    _ncw = ncw;
    addSlotToContainer(new SlotAcceptNeedlegunAmmo(_ncw, 0, 80, 30));
    bindPlayerInventory(inv);
  }
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.