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

Examples of org.spout.vanilla.protocol.handler.entity.effect.EntityRemoveEffectHandler


    /* 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 */
    registerPacket(EntityPropertiesCodec.class, new EntityPropertiesHandler());
    /* 0x33 */
 
View Full Code Here

TOP

Related Classes of org.spout.vanilla.protocol.handler.entity.effect.EntityRemoveEffectHandler

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.