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:
Ursprung
998a2ad5c0
Commit
7bcfc2f673
@ -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}
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren