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

Examples of org.spout.vanilla.protocol.handler.entity.EntityPaintingHandler


    /* 0x17 */
    registerPacket(EntitySpawnObjectCodec.class, new EntityObjectHandler());
    /* 0x18 */
    registerPacket(EntityMobCodec.class, new EntityMobHandler());
    /* 0x19 */
    registerPacket(EntityPaintingCodec.class, new EntityPaintingHandler());
    /* 0x1A */
    registerPacket(EntityExperienceOrbCodec.class, new EntityExperienceOrbHandler());
    /* 0x1B */
    registerPacket(SteerVehicleCodec.class, new SteerVehicleHandler());
    /* 0x1C */
 
View Full Code Here

TOP

Related Classes of org.spout.vanilla.protocol.handler.entity.EntityPaintingHandler

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.