mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-14 03:35:51 -07:00
Regular arrow spawn method should not have changed type
By: md_5 <git@md-5.net>
This commit is contained in:
@@ -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}
|
||||
|
Reference in New Issue
Block a user