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

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


    /* 0x82 */
    registerPacket(SignCodec.class, new SignHandler());
    /* 0x83 */
    registerPacket(EntityItemDataCodec.class, new EntityItemDataHandler());
    /* 0x84 */
    registerPacket(EntityTileDataCodec.class, new EntityTileDataHandler()); //Update Tile Entity...
    /* 0xC8 */
    registerPacket(PlayerStatisticCodec.class, new PlayerStatisticHandler());
    /* 0xC9 */
    registerPacket(PlayerListCodec.class, new PlayerListHandler());
    /* 0xCA */
 
View Full Code Here

TOP

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

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.