Fix javadoc warning in Firework.setShotAtAngle

By: md_5 <git@md-5.net>
This commit is contained in:
Bukkit/Spigot 2019-10-18 20:07:52 +11:00
parent 463b006e43
commit 2613a8f86e

View File

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