Package buildcraft.transport.network

Examples of buildcraft.transport.network.PacketPowerUpdate


        }
      }
    }

    if (tracker.markTimeIfDelay(container.getWorldObj())) {
      PacketPowerUpdate packet = new PacketPowerUpdate(container.xCoord, container.yCoord, container.zCoord);

      packet.displayPower = displayPower;
      packet.overload = isOverloaded();
      BuildCraftTransport.instance.sendToPlayers(packet, container.getWorldObj(), container.xCoord, container.yCoord, container.zCoord, DefaultProps.PIPE_CONTENTS_RENDER_DIST);
    }
View Full Code Here

TOP

Related Classes of buildcraft.transport.network.PacketPowerUpdate

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.