Clarify JavaDoc

Signed-off-by: ShreyasAyyengar <shreyas.ayyengar@gmail.com>
This commit is contained in:
Shreyas Ayyengar 2024-09-02 08:30:00 +08:00 committed by ShreyasAyyengar
parent b6b97e46ba
commit 1d167be8c2

View file

@ -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);