mirror of
https://hub.spigotmc.org/stash/scm/spigot/bukkit.git
synced 2025-04-13 09:41:09 +00:00
Add JavaDoc
Signed-off-by: ShreyasAyyengar <shreyas.ayyengar@gmail.com>
This commit is contained in:
parent
4a8fef719c
commit
68f57296d4
1 changed files with 2 additions and 1 deletions
|
@ -6,7 +6,8 @@ import org.bukkit.event.HandlerList;
|
|||
import org.jetbrains.annotations.NotNull;
|
||||
|
||||
/**
|
||||
* Called when a player's attack cooldown ticker starts.
|
||||
* Called when a player's attack cooldown ticker starts. If cancelled, the damage inflicted upon the next hit
|
||||
* entity will be at a maximum modifer.
|
||||
* <p>
|
||||
* Warning: <b>Cancelling this event has no impact on the cooldown graphic displayed to the client.</b> If cancelled,
|
||||
* Bukkit will not reset the cooldown ticker, but the client will still display the cooldown graphic regardless.
|
||||
|
|
Loading…
Add table
Reference in a new issue