Cleanup javadoc warnings
This commit is contained in:
@@ -8,7 +8,7 @@ Plugins can skip selection of certain arrows and control which is used.
|
||||
|
||||
diff --git a/src/main/java/com/destroystokyo/paper/event/player/PlayerReadyArrowEvent.java b/src/main/java/com/destroystokyo/paper/event/player/PlayerReadyArrowEvent.java
|
||||
new file mode 100644
|
||||
index 00000000..c6add1b1
|
||||
index 000000000..6fde1e97f
|
||||
--- /dev/null
|
||||
+++ b/src/main/java/com/destroystokyo/paper/event/player/PlayerReadyArrowEvent.java
|
||||
@@ -0,0 +0,0 @@
|
||||
@@ -58,14 +58,14 @@ index 00000000..c6add1b1
|
||||
+ }
|
||||
+
|
||||
+ /**
|
||||
+ * What bow the player is using to fire the arrow
|
||||
+ * @return the player is using to fire the arrow
|
||||
+ */
|
||||
+ public ItemStack getBow() {
|
||||
+ return bow;
|
||||
+ }
|
||||
+
|
||||
+ /**
|
||||
+ * What arrow is being attempted to use
|
||||
+ * @return the arrow that is attempting to be used
|
||||
+ */
|
||||
+ public ItemStack getArrow() {
|
||||
+ return arrow;
|
||||
|
||||
Reference in New Issue
Block a user