Package forestry.core.gui.slots

Examples of forestry.core.gui.slots.SlotLiquidContainer


  public ContainerAlvearyHygroregulator(IInventory inventory, TileAlvearyHygroregulator tile) {
    super(inventory, tile);

    this.tile = tile;
    this.addSlot(new SlotLiquidContainer(tile, 0, 56, 38));

    for (int i = 0; i < 3; ++i)
      for (int var4 = 0; var4 < 9; ++var4)
        this.addSlot(new Slot(inventory, var4 + i * 9 + 9, 8 + var4 * 18, 84 + i * 18));

 
View Full Code Here

TOP

Related Classes of forestry.core.gui.slots.SlotLiquidContainer

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.