Package packets.s2cpackets

Examples of packets.s2cpackets.S0x06


   
   
    this.getWorldState().mapmanager().sendInitialMap(player);
   
    //Send the players spawnpoint...
    conn.send(new S0x06(player));
   
    //Send the players initial look and position. After this, the
    // 'log-in' is 'finished'.
    s = new S0x0D(player);
    conn.send(s);
View Full Code Here

TOP

Related Classes of packets.s2cpackets.S0x06

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.