13
0
geforkt von Mirrors/Paper

Clarify Player#breakBlock only works for blocks in the same world

By: md_5 <git@md-5.net>
Dieser Commit ist enthalten in:
Bukkit/Spigot 2021-06-13 08:28:21 +10:00
Ursprung 7efb9ecbfb
Commit f798154234

Datei anzeigen

@ -413,6 +413,8 @@ public interface Player extends HumanEntity, Conversable, OfflinePlayer, PluginM
* <p> * <p>
* Additionally, a {@link BlockDropItemEvent} is called for the items * Additionally, a {@link BlockDropItemEvent} is called for the items
* dropped by this method (if successful). * dropped by this method (if successful).
* <p>
* The block must be in the same world as the player.
* *
* @param block the block to break * @param block the block to break
* *