Package buildcraft.core.gui

Examples of buildcraft.core.gui.FluidSlot


    xSize = 175;
    ySize = 207;

    this.container = (ContainerRefinery) this.inventorySlots;

    this.slots.add(new FluidSlot(this, 38, 54));
    this.slots.add(new FluidSlot(this, 126, 54));
    this.slots.add(new FluidSlot(this, 82, 54));
  }
View Full Code Here

TOP

Related Classes of buildcraft.core.gui.FluidSlot

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.