Examples of PlayerAbilityHandler


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

    /* 0xC8 */
    registerPacket(PlayerStatisticCodec.class, new PlayerStatisticHandler());
    /* 0xC9 */
    registerPacket(PlayerListCodec.class, new PlayerListHandler());
    /* 0xCA */
    registerPacket(PlayerAbilityCodec.class, new PlayerAbilityHandler());
    /* 0xCB */
    registerPacket(PlayerTabCompleteCodec.class, new PlayerTabCompleteHandler());
    /* 0xCC */
    registerPacket(PlayerLocaleViewDistanceCodec.class, new PlayerLocaleViewDistanceHandler());
    /* 0xCD */
 
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.