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

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


    /* 0x01 */
    registerPacket(PlayerLoginRequestCodec.class, new PlayerLoginRequestHandler());
    /* 0x02 */
    registerPacket(PlayerHandshakeCodec.class, new PlayerHandshakeHandler());
    /* 0x03 */
    registerPacket(PlayerChatCodec.class, new PlayerChatHandler());
    /* 0x04 */
    registerPacket(PlayerTimeCodec.class, new PlayerTimeHandler());
    /* 0x05 */
    registerPacket(EntityEquipmentCodec.class, new EntityEquipmentHandler());
    /* 0x06 */
 
View Full Code Here

TOP

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

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.