Examples of ChunkDataHandler


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

    /* 0x2B */
    registerPacket(PlayerExperienceCodec.class, new PlayerExperienceHandler());
    /* 0x2C */
    registerPacket(EntityPropertiesCodec.class, new EntityPropertiesHandler());
    /* 0x33 */
    registerPacket(ChunkDataCodec.class, new ChunkDataHandler()); //TODO rename on the minecraft protocol page
    /* 0x34 */
    registerPacket(BlockBulkCodec.class, new BlockBulkHandler());
    /* 0x35 */
    registerPacket(BlockChangeCodec.class, new BlockChangeHandler());
    /* 0x36 */
 
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.