Package org.spoutcraft.client.packet

Examples of org.spoutcraft.client.packet.PacketEntityInformation


          processed.add((CraftEntity) next.spoutEnty);
        }
      }
      Entity.toProcess.clear();
      if (processed.size() > 0) {
        getPacketManager().sendSpoutPacket(new PacketEntityInformation(processed));
      }
    }
    getHandle().mcProfiler.endSection();
  }
View Full Code Here

TOP

Related Classes of org.spoutcraft.client.packet.PacketEntityInformation

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.