mirror of
https://hub.spigotmc.org/stash/scm/spigot/bukkit.git
synced 2025-08-05 16:49:39 +00:00
Fix javadoc warning in Firework.setShotAtAngle
This commit is contained in:
parent
0399d9d6b6
commit
af58d31600
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ public interface Firework extends Entity {
|
|||
*
|
||||
* A firework which was not shot at an angle will fly straight upwards.
|
||||
*
|
||||
* @param shotAtAngle
|
||||
* @param shotAtAngle the new shotAtAngle
|
||||
*/
|
||||
void setShotAtAngle(boolean shotAtAngle);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue