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

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


    /* 0x12 */
    registerPacket(EntityAnimationCodec.class, new EntityAnimationHandler());
    /* 0x13 */
    registerPacket(EntityActionCodec.class, new EntityActionHandler());
    /* 0x14 */
    registerPacket(PlayerSpawnCodec.class, new PlayerSpawnHandler());
    /* 0x15 */ //registerPacket(EntityItemCodec.class, new EntityItemHandler()); // Removed as of 1.4.6
    /* 0x16 */
    registerPacket(PlayerCollectItemCodec.class, new PlayerCollectItemHandler());
    /* 0x17 */
    registerPacket(EntitySpawnObjectCodec.class, new EntityObjectHandler());
View Full Code Here

TOP

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

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.