Examples of QuartzKnifeOutput


Examples of appeng.container.slot.QuartzKnifeOutput

  public ContainerQuartzKnife(InventoryPlayer ip, QuartzKnifeObj te) {
    super( ip, null, null );
    toolInv = te;

    addSlotToContainer( metals = new SlotRestrictedInput( SlotRestrictedInput.PlacableItemType.METAL_INGOTS, inSlot, 0, 94, 44, ip ) );
    addSlotToContainer( output = new QuartzKnifeOutput( this, 0, 134, 44, -1 ) );

    lockPlayerInventorySlot( ip.currentItem );

    bindPlayerInventory( ip, 0, 184 - /* height of player inventory */82 );
  }
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.