Examples of PlayerHealthHandler


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

    /* 0x06 */
    registerPacket(PlayerSpawnPositionCodec.class, new PlayerSpawnPositionHandler());
    /* 0x07 */
    registerPacket(PlayerUseEntityCodec.class, new PlayerUseEntityHandler());
    /* 0x08 */
    registerPacket(PlayerHealthCodec.class, new PlayerHealthHandler());
    /* 0x09 */
    registerPacket(PlayerRespawnCodec.class, new PlayerRespawnHandler());
    /* 0x0A */
    registerPacket(PlayerGroundCodec.class, new PlayerGroundHandler());
    /* 0x0B */
 
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.