Package org.spout.vanilla.protocol.handler.scoreboard

Examples of org.spout.vanilla.protocol.handler.scoreboard.ScoreboardDisplayHandler


    /* 0xCE */
    registerPacket(ScoreboardObjectiveCodec.class, new ScoreboardObjectiveHandler());
    /* 0xCF */
    registerPacket(ScoreboardScoreCodec.class, new ScoreboardScoreHandler());
    /* 0xD0 */
    registerPacket(ScoreboardDisplayCodec.class, new ScoreboardDisplayHandler());
    /* 0xD1 */
    registerPacket(ScoreboardTeamCodec.class, new ScoreboardTeamHandler());
    /* 0xFA */
    registerPacket(ServerPluginCodec.class, new ServerPluginHandler());
    /* 0xFC */
 
View Full Code Here

TOP

Related Classes of org.spout.vanilla.protocol.handler.scoreboard.ScoreboardDisplayHandler

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.