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

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


    /* 0x27 */
    registerPacket(EntityAttachEntityCodec.class, new EntityAttachEntityHandler());
    /* 0x28 */
    registerPacket(EntityMetadataCodec.class, new EntityMetadataHandler());
    /* 0x29 */
    registerPacket(EntityEffectCodec.class, new EntityEffectHandler());
    /* 0x2A */
    registerPacket(EntityRemoveEffectCodec.class, new EntityRemoveEffectHandler());
    /* 0x2B */
    registerPacket(PlayerExperienceCodec.class, new PlayerExperienceHandler());
    /* 0x2C */
 
View Full Code Here

TOP

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

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.