mirror of
https://github.com/PaperMC/Paper.git
synced 2025-03-02 11:22:01 +01:00
Fix javadoc warning in Firework.setShotAtAngle
By: md_5 <git@md-5.net>
This commit is contained in:
parent
463b006e43
commit
2613a8f86e
@ -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…
Reference in New Issue
Block a user