13
0
geforkt von Mirrors/Paper

Regular arrow spawn method should not have changed type

By: md_5 <git@md-5.net>
Dieser Commit ist enthalten in:
Bukkit/Spigot 2019-05-01 18:14:43 +10:00
Ursprung 998a2ad5c0
Commit 7bcfc2f673

Datei anzeigen

@ -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}