Examples of MapItemUpdateEvent


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
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.