Examples of EntityHeadYawHandler


Examples of org.spout.vanilla.protocol.handler.entity.pos.EntityHeadYawHandler

    /* 0x21 */
    registerPacket(EntityRelativePositionYawCodec.class, new EntityRelativePositionYawHandler())//TODO same as above
    /* 0x22 */
    registerPacket(EntityTeleportCodec.class, new EntityTeleportHandler());
    /* 0x23 */
    registerPacket(EntityHeadYawCodec.class, new EntityHeadYawHandler()); //TODO same as above
    /* 0x26 */
    registerPacket(EntityStatusCodec.class, new EntityStatusHandler());
    /* 0x27 */
    registerPacket(EntityAttachEntityCodec.class, new EntityAttachEntityHandler());
    /* 0x28 */
 
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.