mirror of
https://hub.spigotmc.org/stash/scm/spigot/bukkit.git
synced 2025-08-19 21:06:03 +00:00
Regular arrow spawn method should not have changed type
This commit is contained in:
parent
abaaaa8833
commit
3c3351d87d
1 changed files with 1 additions and 1 deletions
|
@ -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}
|
||||
|
|
Loading…
Add table
Reference in a new issue