summaryrefslogtreecommitdiffstats
path: root/src/main/java/org/bukkit/event/player/PlayerInteractEvent.java
diff options
context:
space:
mode:
authorErik Broes <erikbroes@grum.nl>2012-01-15 14:37:30 +0100
committerErik Broes <erikbroes@grum.nl>2012-01-15 14:37:43 +0100
commit88c17a7f86eacd1bc49c8f97577bf3c8bc60662f (patch)
tree81a39731db8a8d5ee839148d2fefd254ee78be37 /src/main/java/org/bukkit/event/player/PlayerInteractEvent.java
parentbc95edd4dc77aec8698d3b3c9a43838f71e04be0 (diff)
downloadbukkit-88c17a7f86eacd1bc49c8f97577bf3c8bc60662f.tar
bukkit-88c17a7f86eacd1bc49c8f97577bf3c8bc60662f.tar.gz
bukkit-88c17a7f86eacd1bc49c8f97577bf3c8bc60662f.tar.lz
bukkit-88c17a7f86eacd1bc49c8f97577bf3c8bc60662f.tar.xz
bukkit-88c17a7f86eacd1bc49c8f97577bf3c8bc60662f.zip
Generic cleaning
Diffstat (limited to 'src/main/java/org/bukkit/event/player/PlayerInteractEvent.java')
-rw-r--r--src/main/java/org/bukkit/event/player/PlayerInteractEvent.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/org/bukkit/event/player/PlayerInteractEvent.java b/src/main/java/org/bukkit/event/player/PlayerInteractEvent.java
index 9db1f0de..3b7fcd3a 100644
--- a/src/main/java/org/bukkit/event/player/PlayerInteractEvent.java
+++ b/src/main/java/org/bukkit/event/player/PlayerInteractEvent.java
@@ -54,7 +54,7 @@ public class PlayerInteractEvent extends PlayerEvent implements Cancellable {
/**
* Sets the cancellation state of this event. A canceled event will not
* be executed in the server, but will still pass to other plugins
- *
+ * <p />
* Canceling this event will prevent use of food (player won't lose the
* food item), prevent bows/snowballs/eggs from firing, etc. (player won't
* lose the ammo)