mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-01 04:32:11 -07:00
Cleanup javadoc warnings
This commit is contained in:
@@ -7,7 +7,7 @@ Fires when a witch consumes the potion in their hand
|
||||
|
||||
diff --git a/src/main/java/com/destroystokyo/paper/event/entity/WitchConsumePotionEvent.java b/src/main/java/com/destroystokyo/paper/event/entity/WitchConsumePotionEvent.java
|
||||
new file mode 100644
|
||||
index 00000000..e3035110
|
||||
index 000000000..790218998
|
||||
--- /dev/null
|
||||
+++ b/src/main/java/com/destroystokyo/paper/event/entity/WitchConsumePotionEvent.java
|
||||
@@ -0,0 +0,0 @@
|
||||
@@ -36,7 +36,7 @@ index 00000000..e3035110
|
||||
+ }
|
||||
+
|
||||
+ /**
|
||||
+ * Gets the potion the witch will consume and have the effects applied.
|
||||
+ * @return the potion the witch will consume and have the effects applied.
|
||||
+ */
|
||||
+ public ItemStack getPotion() {
|
||||
+ return potion;
|
||||
@@ -77,7 +77,7 @@ index 00000000..e3035110
|
||||
+}
|
||||
diff --git a/src/main/java/com/destroystokyo/paper/event/entity/WitchThrowPotionEvent.java b/src/main/java/com/destroystokyo/paper/event/entity/WitchThrowPotionEvent.java
|
||||
new file mode 100644
|
||||
index 00000000..6ef6367b
|
||||
index 000000000..6ef6367b6
|
||||
--- /dev/null
|
||||
+++ b/src/main/java/com/destroystokyo/paper/event/entity/WitchThrowPotionEvent.java
|
||||
@@ -0,0 +0,0 @@
|
||||
|
Reference in New Issue
Block a user