Package org.spout.vanilla.protocol.handler.window

Examples of org.spout.vanilla.protocol.handler.window.WindowEnchantItemHandler


    /* 0x6A */
    registerPacket(WindowTransactionCodec.class, new WindowTransactionHandler());
    /* 0x6B */
    registerPacket(WindowCreativeActionCodec.class, new WindowCreativeActionHandler());
    /* 0x6C */
    registerPacket(WindowEnchantItemCodec.class, new WindowEnchantItemHandler());
    /* 0x82 */
    registerPacket(SignCodec.class, new SignHandler());
    /* 0x83 */
    registerPacket(EntityItemDataCodec.class, new EntityItemDataHandler());
    /* 0x84 */
 
View Full Code Here

TOP

Related Classes of org.spout.vanilla.protocol.handler.window.WindowEnchantItemHandler

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.