mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-15 20:23:53 -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
|
* @return Arrow entity spawned as a result of this method
|
||||||
*/
|
*/
|
||||||
@NotNull
|
@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}
|
* Creates an arrow entity of the given class at the given {@link Location}
|
||||||
|
Reference in New Issue
Block a user