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

Examples of org.spout.vanilla.protocol.handler.player.pos.PlayerLookHandler


    /* 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 */
    registerPacket(PlayerDiggingCodec.class, new PlayerDiggingHandler());
    /* 0x0F */
 
View Full Code Here

TOP

Related Classes of org.spout.vanilla.protocol.handler.player.pos.PlayerLookHandler

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.