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

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


    /* 0xCB */
    registerPacket(PlayerTabCompleteCodec.class, new PlayerTabCompleteHandler());
    /* 0xCC */
    registerPacket(PlayerLocaleViewDistanceCodec.class, new PlayerLocaleViewDistanceHandler());
    /* 0xCD */
    registerPacket(PlayerStatusCodec.class, new PlayerStatusHandler());
    /* 0xCE */
    registerPacket(ScoreboardObjectiveCodec.class, new ScoreboardObjectiveHandler());
    /* 0xCF */
    registerPacket(ScoreboardScoreCodec.class, new ScoreboardScoreHandler());
    /* 0xD0 */
 
View Full Code Here

TOP

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

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.