Fix EntityEquipment and related javadocs (#7380)

This commit is contained in:
Jake Potrebic
2022-05-31 13:40:21 -07:00
parent 04acf65b3c
commit 67275a04a7
3 changed files with 267 additions and 10 deletions

View File

@@ -10,7 +10,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
+++ b/src/main/java/org/bukkit/inventory/EntityEquipment.java
@@ -0,0 +0,0 @@ public interface EntityEquipment {
*/
@Nullable
@NotNull // Paper
Entity getHolder();
+ // Paper start
+ /**