diff --git a/paper-api/src/main/java/org/bukkit/entity/Player.java b/paper-api/src/main/java/org/bukkit/entity/Player.java index 9eea71179f..cc46c37065 100644 --- a/paper-api/src/main/java/org/bukkit/entity/Player.java +++ b/paper-api/src/main/java/org/bukkit/entity/Player.java @@ -413,6 +413,8 @@ public interface Player extends HumanEntity, Conversable, OfflinePlayer, PluginM *
* Additionally, a {@link BlockDropItemEvent} is called for the items * dropped by this method (if successful). + *
+ * The block must be in the same world as the player. * * @param block the block to break *