Package forestry.core.gui.widgets

Examples of forestry.core.gui.widgets.Widget


    GuiForestry.getItemRenderer().zLevel = 0.0F;

  }

  public void handleMouseClicked(int mouseX, int mouseY, int mouseButton) {
    Widget slot = getAtPosition(mouseX - gui.getGuiLeft(), mouseY - gui.getGuiTop());
    if (slot != null)
      slot.handleMouseClick(mouseX, mouseY, mouseButton);
  }
View Full Code Here

TOP

Related Classes of forestry.core.gui.widgets.Widget

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.