Package org.spout.vanilla.protocol.handler.entity

Examples of org.spout.vanilla.protocol.handler.entity.EntityEquipmentHandler


    /* 0x03 */
    registerPacket(PlayerChatCodec.class, new PlayerChatHandler());
    /* 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 */
 
View Full Code Here

TOP

Related Classes of org.spout.vanilla.protocol.handler.entity.EntityEquipmentHandler

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.