Package org.spout.vanilla.protocol.handler.player.pos

Examples of org.spout.vanilla.protocol.handler.player.pos.PlayerPositionHandler$PositionTracker


    /* 0x09 */
    registerPacket(PlayerRespawnCodec.class, new PlayerRespawnHandler());
    /* 0x0A */
    registerPacket(PlayerGroundCodec.class, new PlayerGroundHandler());
    /* 0x0B */
    registerPacket(PlayerPositionCodec.class, new PlayerPositionHandler());
    /* 0x0C */
    registerPacket(PlayerLookCodec.class, new PlayerLookHandler());
    /* 0x0D */
    registerPacket(PlayerPositionLookCodec.class, new PlayerPositionLookHandler());
    /* 0x0E */
 
View Full Code Here

TOP

Related Classes of org.spout.vanilla.protocol.handler.player.pos.PlayerPositionHandler$PositionTracker

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.