Package org.spout.vanilla.protocol.handler.world

Examples of org.spout.vanilla.protocol.handler.world.ParticleEffectHandler


    /* 0x3D */
    registerPacket(EffectCodec.class, new EffectHandler());
    /* 0x3E */
    registerPacket(SoundEffectCodec.class, new SoundEffectHandler());
    /* 0x3F */
    registerPacket(ParticleEffectCodec.class, new ParticleEffectHandler());
    /* 0x46 */
    registerPacket(PlayerGameStateCodec.class, new PlayerGameStateHandler());
    /* 0x47 */
    registerPacket(EntityThunderboltCodec.class, new EntityThunderboltHandler()); //Minecraft protocol page -> Thunderbolt :/
    /* 0x64 */
 
View Full Code Here

TOP

Related Classes of org.spout.vanilla.protocol.handler.world.ParticleEffectHandler

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.