Package org.spout.vanilla.event.material.network

Examples of org.spout.vanilla.event.material.network.MapItemUpdateEvent


      data[i++] = (byte) x;
      data[i++] = (byte) by;
      for (int y = by; y <= ty; y++) {
        data[i++] = (byte) col;
      }
      events.add(new MapItemUpdateEvent(x, by, item.getData(), data));
    }
    return events;
  }
View Full Code Here

TOP

Related Classes of org.spout.vanilla.event.material.network.MapItemUpdateEvent

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.