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

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


    /* 0x23 */
    registerPacket(EntityHeadYawCodec.class, new EntityHeadYawHandler()); //TODO same as above
    /* 0x26 */
    registerPacket(EntityStatusCodec.class, new EntityStatusHandler());
    /* 0x27 */
    registerPacket(EntityAttachEntityCodec.class, new EntityAttachEntityHandler());
    /* 0x28 */
    registerPacket(EntityMetadataCodec.class, new EntityMetadataHandler());
    /* 0x29 */
    registerPacket(EntityEffectCodec.class, new EntityEffectHandler());
    /* 0x2A */
 
View Full Code Here

TOP

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

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.