Examples of FluidSlot


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
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.