Package mffs.gui.button

Examples of mffs.gui.button.GuiButtonPressTransferMode


  @Override
  public void initGui()
  {
    this.textFieldPos = new Vector2(50, 76);
    super.initGui();
    this.buttonList.add(new GuiButtonPressTransferMode(1, this.width / 2 + 15, this.height / 2 - 37, this, this.tileEntity));

  }
View Full Code Here

TOP

Related Classes of mffs.gui.button.GuiButtonPressTransferMode

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.