Examples of requestFluid()


Examples of extracells.tileentity.TileEntityTerminalFluid.requestFluid()

    {
      TileEntityTerminalFluid tile = (TileEntityTerminalFluid) world.getBlockTileEntity(x, y, z);
      switch (type)
      {
      case 0:
        tile.requestFluid(new FluidStack(fluidID, amount));
        break;
      case 1:
        tile.setCurrentFluid(fluidID);
        break;
      default:
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.