Regular arrow spawn method should not have changed type

This commit is contained in:
md_5 2019-05-01 18:14:43 +10:00
parent abaaaa8833
commit 3c3351d87d

View file

@ -353,7 +353,7 @@ public interface World extends PluginMessageRecipient, Metadatable {
* @return Arrow entity spawned as a result of this method
*/
@NotNull
public AbstractArrow spawnArrow(@NotNull Location location, @NotNull Vector direction, float speed, float spread);
public Arrow spawnArrow(@NotNull Location location, @NotNull Vector direction, float speed, float spread);
/**
* Creates an arrow entity of the given class at the given {@link Location}