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

Examples of org.spout.vanilla.protocol.handler.player.PlayerGroundHandler


    /* 0x08 */
    registerPacket(PlayerHealthCodec.class, new PlayerHealthHandler());
    /* 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 */
 
View Full Code Here

TOP

Related Classes of org.spout.vanilla.protocol.handler.player.PlayerGroundHandler

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.