From 383f357e29c0aae2d6fa90fdb5eb3828d6379382 Mon Sep 17 00:00:00 2001 From: md_5 Date: Sun, 2 Jun 2013 11:21:49 +1000 Subject: [PATCH] Rename some API patches --- ...eEvent.patch => 0005-Add-PlayerItemDamageEvent.patch} | 2 +- ...as-.patch => 0006-Enhanced-InventoryClickEvent.patch} | 9 ++++----- 2 files changed, 5 insertions(+), 6 deletions(-) rename Bukkit-Patches/{0005-PlayerItemDamageEvent.patch => 0005-Add-PlayerItemDamageEvent.patch} (97%) rename Bukkit-Patches/{0006-InventoryClickEvent-now-can-return-if-the-click-was-.patch => 0006-Enhanced-InventoryClickEvent.patch} (88%) diff --git a/Bukkit-Patches/0005-PlayerItemDamageEvent.patch b/Bukkit-Patches/0005-Add-PlayerItemDamageEvent.patch similarity index 97% rename from Bukkit-Patches/0005-PlayerItemDamageEvent.patch rename to Bukkit-Patches/0005-Add-PlayerItemDamageEvent.patch index ec90daa125..36ec53f9a7 100644 --- a/Bukkit-Patches/0005-PlayerItemDamageEvent.patch +++ b/Bukkit-Patches/0005-Add-PlayerItemDamageEvent.patch @@ -1,7 +1,7 @@ From 322c319a37b54ff2af1b3f8cb8b9c57ed88ae59f Mon Sep 17 00:00:00 2001 From: md_5 Date: Mon, 4 Mar 2013 18:31:20 +1100 -Subject: [PATCH] PlayerItemDamageEvent +Subject: [PATCH] Add PlayerItemDamageEvent diff --git a/src/main/java/org/bukkit/event/player/PlayerItemDamageEvent.java b/src/main/java/org/bukkit/event/player/PlayerItemDamageEvent.java diff --git a/Bukkit-Patches/0006-InventoryClickEvent-now-can-return-if-the-click-was-.patch b/Bukkit-Patches/0006-Enhanced-InventoryClickEvent.patch similarity index 88% rename from Bukkit-Patches/0006-InventoryClickEvent-now-can-return-if-the-click-was-.patch rename to Bukkit-Patches/0006-Enhanced-InventoryClickEvent.patch index dff8b5264e..4b39989eaf 100644 --- a/Bukkit-Patches/0006-InventoryClickEvent-now-can-return-if-the-click-was-.patch +++ b/Bukkit-Patches/0006-Enhanced-InventoryClickEvent.patch @@ -1,10 +1,9 @@ -From 2fe038efb157d93ea3e3a60eb360694ea4e57f0e Mon Sep 17 00:00:00 2001 +From 22f33ad24d44bb233901d9db865edf34b66e33d9 Mon Sep 17 00:00:00 2001 From: Tyler Blair Date: Tue, 9 Apr 2013 17:53:31 -0300 -Subject: [PATCH] InventoryClickEvent now can return if the click was a double - click. Fixes Bukkit-4035. +Subject: [PATCH] Enhanced InventoryClickEvent - Added in MC 1.5 you can now double click an item which brings all items of that type onto your cursor from the container. There is currently no way to distinguish this from a normal click. + Fixes Bukkit-4035. Added in MC 1.5 you can now double click an item which brings all items of that type onto your cursor from the container. There is currently no way to distinguish this from a normal click. diff --git a/src/main/java/org/bukkit/event/inventory/CraftItemEvent.java b/src/main/java/org/bukkit/event/inventory/CraftItemEvent.java old mode 100644 @@ -70,5 +69,5 @@ index 26e1d38..1c07a13 * @return True if the click is a shift-click. */ -- -1.8.2.1 +1.8.1.2