Cleanup javadoc warnings
This commit is contained in:
@@ -9,7 +9,7 @@ This allows you to override/extend the pumpkin/stare logic.
|
||||
|
||||
diff --git a/src/main/java/com/destroystokyo/paper/event/entity/EndermanAttackPlayerEvent.java b/src/main/java/com/destroystokyo/paper/event/entity/EndermanAttackPlayerEvent.java
|
||||
new file mode 100644
|
||||
index 00000000..55912659
|
||||
index 000000000..ab5a7a6b5
|
||||
--- /dev/null
|
||||
+++ b/src/main/java/com/destroystokyo/paper/event/entity/EndermanAttackPlayerEvent.java
|
||||
@@ -0,0 +0,0 @@
|
||||
@@ -62,6 +62,8 @@ index 00000000..55912659
|
||||
+
|
||||
+ /**
|
||||
+ * The enderman considering attacking
|
||||
+ *
|
||||
+ * @return The enderman considering attacking
|
||||
+ */
|
||||
+ @Override
|
||||
+ public Enderman getEntity() {
|
||||
@@ -70,6 +72,8 @@ index 00000000..55912659
|
||||
+
|
||||
+ /**
|
||||
+ * The player the Enderman is considering attacking
|
||||
+ *
|
||||
+ * @return The player the Enderman is considering attacking
|
||||
+ */
|
||||
+ public Player getPlayer() {
|
||||
+ return player;
|
||||
|
||||
Reference in New Issue
Block a user