How disable that?

Discussion in 'Plugin Development' started by hsndmrts98, Feb 4, 2016.

Thread Status:
Not open for further replies.
  1. Offline

    hsndmrts98

    i want disable that misstake

    look 0.3 and 0.4 second
     
  2. Offline

    mcdorli

    I don't want to watch the video, what's your problem?
     
  3. Offline

    hsndmrts98

    i dont want item replacing, or any click or any event only Clicking whether anything.

    solved that code:
    if (event.getAction().equals(InventoryAction.MOVE_TO_OTHER_INVENTORY) || event.getAction().equals(InventoryAction.HOTBAR_SWAP) || event.getAction().equals(InventoryAction.HOTBAR_MOVE_AND_READD)) {
    event.setCancelled(true);
    return;
    }
     
    Last edited by a moderator: Feb 4, 2016
Thread Status:
Not open for further replies.

Share This Page