Examples of SlotAcceptLaserFocus


Examples of powercrystals.minefactoryreloaded.gui.slot.SlotAcceptLaserFocus

  @Override
  protected void addSlots()
  {
    for(int i = 0; i < 6; i++)
    { 
      addSlotToContainer(new SlotAcceptLaserFocus(_te, i, 62 + 18 * i, 79));
    }
  }
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.