mirror of
https://hub.spigotmc.org/stash/scm/spigot/bukkit.git
synced 2025-08-05 16:49:39 +00:00
Clarify Player#breakBlock only works for blocks in the same world
This commit is contained in:
parent
5dcdd48e52
commit
2ce691d830
1 changed files with 2 additions and 0 deletions
|
@ -413,6 +413,8 @@ public interface Player extends HumanEntity, Conversable, OfflinePlayer, PluginM
|
|||
* <p>
|
||||
* Additionally, a {@link BlockDropItemEvent} is called for the items
|
||||
* dropped by this method (if successful).
|
||||
* <p>
|
||||
* The block must be in the same world as the player.
|
||||
*
|
||||
* @param block the block to break
|
||||
*
|
||||
|
|
Loading…
Add table
Reference in a new issue