Examples of onCreativeClick()


Examples of org.spout.vanilla.inventory.window.Window.onCreativeClick()

      window.setCursorItem(message.get());
      window.onOutsideClick();
    } else {
      Slot entry = window.getSlot(message.getSlot());
      if (entry != null) {
        window.onCreativeClick(entry.getInventory(), entry.getIndex(), message.get());
      }
    }
  }
}
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.