Examples of GuiImgButton


Examples of appeng.client.gui.widgets.GuiImgButton

  @Override
  public void initGui()
  {
    super.initGui();

    units = new GuiImgButton( this.guiLeft - 18, guiTop + 8, Settings.POWER_UNITS, AEConfig.instance.selectedPowerUnit() );
    buttonList.add( units );
  }
View Full Code Here

Examples of appeng.client.gui.widgets.GuiImgButton

  }

  @Override
  protected void addButtons()
  {
    redstoneMode = new GuiImgButton( this.guiLeft - 18, guiTop + 28, Settings.REDSTONE_CONTROLLED, RedstoneMode.IGNORE );
    fullMode = new GuiImgButton( this.guiLeft - 18, guiTop + 8, Settings.FULLNESS_MODE, FullnessMode.EMPTY );
    operationMode = new GuiImgButton( this.guiLeft + 80, guiTop + 17, Settings.OPERATION_MODE, OperationMode.EMPTY );

    buttonList.add( operationMode );
    buttonList.add( redstoneMode );
    buttonList.add( fullMode );
  }
View Full Code Here

Examples of appeng.client.gui.widgets.GuiImgButton

  protected void addButtons()
  {
    priority = new GuiTabButton( this.guiLeft + 154, this.guiTop, 2 + 4 * 16, GuiText.Priority.getLocal(), itemRender );
    buttonList.add( priority );

    BlockMode = new GuiImgButton( this.guiLeft - 18, guiTop + 8, Settings.BLOCK, YesNo.NO );
    buttonList.add( BlockMode );

    interfaceMode = new GuiToggleButton( this.guiLeft - 18, guiTop + 26, 84, 85, GuiText.InterfaceTerminal.getLocal(),
        GuiText.InterfaceTerminalHint.getLocal() );
    buttonList.add( interfaceMode );
View Full Code Here

Examples of appeng.client.gui.widgets.GuiImgButton

  }

  @Override
  protected void addButtons()
  {
    clear = new GuiImgButton( this.guiLeft - 18, guiTop + 8, Settings.ACTIONS, ActionItems.CLOSE );
    partition = new GuiImgButton( this.guiLeft - 18, guiTop + 28, Settings.ACTIONS, ActionItems.WRENCH );
    rwMode = new GuiImgButton( this.guiLeft - 18, guiTop + 48, Settings.ACCESS, AccessRestriction.READ_WRITE );
    storageFilter = new GuiImgButton( this.guiLeft - 18, guiTop + 68, Settings.STORAGE_FILTER, StorageFilter.EXTRACTABLE_ONLY );
    fuzzyMode = new GuiImgButton( this.guiLeft - 18, guiTop + 88, Settings.FUZZY_MODE, FuzzyMode.IGNORE_ALL );

    buttonList.add( priority = new GuiTabButton( this.guiLeft + 154, this.guiTop, 2 + 4 * 16, GuiText.Priority.getLocal(), itemRender ) );

    buttonList.add( storageFilter );
    buttonList.add( fuzzyMode );
View Full Code Here

Examples of appeng.client.gui.widgets.GuiImgButton

  }

  @Override
  protected void addButtons()
  {
    levelMode = new GuiImgButton( this.guiLeft - 18, guiTop + 8, Settings.LEVEL_TYPE, LevelType.ITEM_LEVEL );
    redstoneMode = new GuiImgButton( this.guiLeft - 18, guiTop + 28, Settings.REDSTONE_EMITTER, RedstoneMode.LOW_SIGNAL );
    fuzzyMode = new GuiImgButton( this.guiLeft - 18, guiTop + 48, Settings.FUZZY_MODE, FuzzyMode.IGNORE_ALL );
    craftingMode = new GuiImgButton( this.guiLeft - 18, guiTop + 48, Settings.CRAFT_VIA_REDSTONE, YesNo.NO );

    int a = AEConfig.instance.levelByStackAmounts( 0 );
    int b = AEConfig.instance.levelByStackAmounts( 1 );
    int c = AEConfig.instance.levelByStackAmounts( 2 );
    int d = AEConfig.instance.levelByStackAmounts( 3 );
View Full Code Here

Examples of appeng.client.gui.widgets.GuiImgButton

  }

  @Override
  protected void addButtons()
  {
    redstoneMode = new GuiImgButton( this.guiLeft - 18, guiTop + 8, Settings.REDSTONE_CONTROLLED, RedstoneMode.IGNORE );
    buttonList.add( redstoneMode );
  }
View Full Code Here

Examples of appeng.client.gui.widgets.GuiImgButton

  }

  @Override
  protected void addButtons()
  {
    fuzzyMode = new GuiImgButton( this.guiLeft - 18, guiTop + 28, Settings.FUZZY_MODE, FuzzyMode.IGNORE_ALL );

    buttonList.add( priority = new GuiTabButton( this.guiLeft + 154, this.guiTop, 2 + 4 * 16, GuiText.Priority.getLocal(), itemRender ) );

    buttonList.add( fuzzyMode );
  }
View Full Code Here

Examples of appeng.client.gui.widgets.GuiImgButton

  @Override
  public void initGui()
  {
    super.initGui();
    buttonList.add( clearBtn = new GuiImgButton( this.guiLeft + 92, this.guiTop + this.ySize - 156, Settings.ACTIONS, ActionItems.STASH ) );
    clearBtn.halfSize = true;
  }
View Full Code Here

Examples of appeng.client.gui.widgets.GuiImgButton

  {
    super.initGui();

    pb = new GuiProgressBar( cvc, "guis/condenser.png", 120 + guiLeft, 25 + guiTop, 178, 25, 6, 18, Direction.VERTICAL, GuiText.StoredEnergy.getLocal() );

    mode = new GuiImgButton( 128 + guiLeft, 52 + guiTop, Settings.CONDENSER_OUTPUT, cvc.output );

    this.buttonList.add( pb );
    this.buttonList.add( mode );
  }
View Full Code Here

Examples of appeng.client.gui.widgets.GuiImgButton

  }

  @Override
  protected void addButtons()
  {
    clear = new GuiImgButton( this.guiLeft - 18, guiTop + 8, Settings.ACTIONS, ActionItems.CLOSE );
    partition = new GuiImgButton( this.guiLeft - 18, guiTop + 28, Settings.ACTIONS, ActionItems.WRENCH );
    copyMode = new GuiToggleButton( this.guiLeft - 18, guiTop + 48, 11 * 16 + 5, 12 * 16 + 5, GuiText.CopyMode.getLocal(), GuiText.CopyModeDesc.getLocal() );
    fuzzyMode = new GuiImgButton( this.guiLeft - 18, guiTop + 68, Settings.FUZZY_MODE, FuzzyMode.IGNORE_ALL );

    buttonList.add( fuzzyMode );
    buttonList.add( partition );
    buttonList.add( clear );
    buttonList.add( copyMode );
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.