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

Examples of org.spout.vanilla.protocol.handler.world.chunk.ChunkBulkHandler


    /* 0x36 */
    registerPacket(BlockActionCodec.class, new BlockActionHandler());
    /* 0x37 */
    registerPacket(BlockBreakAnimationCodec.class, new BlockBreakAnimationHandler());
    /* 0x38 */
    registerPacket(ChunkBulkCodec.class, new ChunkBulkHandler());
    /* 0x3C */
    registerPacket(ExplosionCodec.class, new ExplosionHandler());
    /* 0x3D */
    registerPacket(EffectCodec.class, new EffectHandler());
    /* 0x3E */
 
View Full Code Here

TOP

Related Classes of org.spout.vanilla.protocol.handler.world.chunk.ChunkBulkHandler

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.