Cleanup LivingEntity Hand Raised/Item Use API (#7995)

This commit is contained in:
Owen1212055
2022-06-24 04:04:02 -04:00
parent 11ebcf8061
commit bd0ca3a1fc
2 changed files with 19 additions and 13 deletions

View File

@@ -9,8 +9,8 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
--- a/src/main/java/org/bukkit/entity/LivingEntity.java
+++ b/src/main/java/org/bukkit/entity/LivingEntity.java
@@ -0,0 +0,0 @@ public interface LivingEntity extends Attributable, Damageable, ProjectileSource
@Nullable
ItemStack getActiveItem();
@NotNull
org.bukkit.inventory.ItemStack getActiveItem();
+ // Paper start
+ /**