Skip to content

Commit 6425733

Browse files
author
DevCybran
committed
fixed javadoc
1 parent 8a82fea commit 6425733

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/java/de/ntcomputer/minecraft/controllablemobs/api/ai/behaviors/AIAttackRanged.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public AIAttackRanged(int priority) {
4444
/**
4545
* Create with a custom priority and a custom movement speed multiplicator
4646
*
47-
* @see AIAttackRanged#AIAttackRanged(int, double float, int)
47+
* @see AIAttackRanged#AIAttackRanged(int, double, float, int)
4848
* @param priority the priority of this behavior. Specify 0 to auto-generate it
4949
* @param movementSpeedMultiplicator the entity's movement speed is multiplied with this multiplicator when moving to the target
5050
*/

0 commit comments

Comments
 (0)