Skip to content

Commit 5fe361d

Browse files
committed
[ci skip] Improved javadoc
1 parent c3e45b1 commit 5fe361d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/main/java/net/raphimc/noteblocklib/player/SongPlayer.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ protected boolean preTick() {
253253
}
254254

255255
/**
256-
* Plays the notes.
256+
* Called each tick to play the notes for the current tick.
257257
*
258258
* @param notes The notes to play.
259259
*/
@@ -266,7 +266,7 @@ protected void onFinished() {
266266
}
267267

268268
/**
269-
* Called after each tick.
269+
* Called after each tick (Even when paused).
270270
*/
271271
protected void postTick() {
272272
}

0 commit comments

Comments
 (0)