Package org.spout.vanilla.protocol.handler.entity.pos

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


    /* 0x1A */
    registerPacket(EntityExperienceOrbCodec.class, new EntityExperienceOrbHandler());
    /* 0x1B */
    registerPacket(SteerVehicleCodec.class, new SteerVehicleHandler());
    /* 0x1C */
    registerPacket(EntityVelocityCodec.class, new EntityVelocityHandler());
    /* 0x1D */
    registerPacket(EntityDestroyCodec.class, new EntityDestroyHandler());
    /* 0x1E */
    registerPacket(EntityInitializeCodec.class, new EntityInitializeHandler()); //TODO the meaning of this packet is basically that the entity did not move/look since the last such packet. We need to implement this!
    /* 0x1F */
 
View Full Code Here

TOP

Related Classes of org.spout.vanilla.protocol.handler.entity.pos.EntityVelocityHandler

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.