mirror of
https://github.com/PaperMC/Paper.git
synced 2025-03-13 11:18:23 +01:00
Regular arrow spawn method should not have changed type
By: md_5 <git@md-5.net>
This commit is contained in:
parent
998a2ad5c0
commit
7bcfc2f673
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