Fix javadoc

This commit is contained in:
themode 2021-02-22 14:02:33 +01:00
parent 71f1e51df3
commit 549eb6b6e1

View File

@ -8,7 +8,7 @@ import net.minestom.server.utils.Position;
import org.jetbrains.annotations.NotNull;
/**
* Called with {@link Projectile#shoot(Projectile, Entity, Position, double)}.
* Called with {@link Projectile#shoot(Projectile, Entity, Position, double, double)}.
*/
public class EntityShootEvent extends EntityEvent implements CancellableEvent {