Missing space between method desc and @param

This commit is contained in:
Parker Hawke 2024-09-02 00:25:40 +00:00 committed by Shreyas Ayyengar
parent 9876931f49
commit b6b97e46ba

View file

@ -288,6 +288,7 @@ public interface HumanEntity extends LivingEntity, AnimalTamer, InventoryHolder
/** /**
* Make the player start a riptide spin attack. * Make the player start a riptide spin attack.
*
* @param duration attack duration in ticks. * @param duration attack duration in ticks.
* @param attackStrength attack strength * @param attackStrength attack strength
* @param attackItem item used to attack. * @param attackItem item used to attack.