mirror of
https://hub.spigotmc.org/stash/scm/spigot/bukkit.git
synced 2025-04-13 09:41:09 +00:00
Clarify JavaDoc
Signed-off-by: ShreyasAyyengar <shreyas.ayyengar@gmail.com>
This commit is contained in:
parent
b6b97e46ba
commit
1d167be8c2
1 changed files with 2 additions and 2 deletions
|
@ -289,8 +289,8 @@ public interface HumanEntity extends LivingEntity, AnimalTamer, InventoryHolder
|
|||
/**
|
||||
* Make the player start a riptide spin attack.
|
||||
*
|
||||
* @param duration attack duration in ticks.
|
||||
* @param attackStrength attack strength
|
||||
* @param duration spin attack duration in ticks.
|
||||
* @param attackStrength damage value inflicted upon entities hit by spin attack.
|
||||
* @param attackItem item used to attack.
|
||||
*/
|
||||
public void startRiptideAttack(int duration, float attackStrength, @Nullable ItemStack attackItem);
|
||||
|
|
Loading…
Add table
Reference in a new issue