Package org.spout.vanilla.protocol.handler.player

Examples of org.spout.vanilla.protocol.handler.player.PlayerHeldItemChangeHandler


    /* 0x0E */
    registerPacket(PlayerDiggingCodec.class, new PlayerDiggingHandler());
    /* 0x0F */
    registerPacket(PlayerBlockPlacementCodec.class, new PlayerBlockPlacementHandler());
    /* 0x10 */
    registerPacket(PlayerHeldItemChangeCodec.class, new PlayerHeldItemChangeHandler());
    /* 0x11 */
    registerPacket(PlayerBedCodec.class, new PlayerBedHandler());
    /* 0x12 */
    registerPacket(EntityAnimationCodec.class, new EntityAnimationHandler());
    /* 0x13 */
 
View Full Code Here

TOP

Related Classes of org.spout.vanilla.protocol.handler.player.PlayerHeldItemChangeHandler

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.