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

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


    /* 0x04 */
    registerPacket(PlayerTimeCodec.class, new PlayerTimeHandler());
    /* 0x05 */
    registerPacket(EntityEquipmentCodec.class, new EntityEquipmentHandler());
    /* 0x06 */
    registerPacket(PlayerSpawnPositionCodec.class, new PlayerSpawnPositionHandler());
    /* 0x07 */
    registerPacket(PlayerUseEntityCodec.class, new PlayerUseEntityHandler());
    /* 0x08 */
    registerPacket(PlayerHealthCodec.class, new PlayerHealthHandler());
    /* 0x09 */
 
View Full Code Here

TOP

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

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.