We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3e45b1 commit 5fe361dCopy full SHA for 5fe361d
1 file changed
src/main/java/net/raphimc/noteblocklib/player/SongPlayer.java
@@ -253,7 +253,7 @@ protected boolean preTick() {
253
}
254
255
/**
256
- * Plays the notes.
+ * Called each tick to play the notes for the current tick.
257
*
258
* @param notes The notes to play.
259
*/
@@ -266,7 +266,7 @@ protected void onFinished() {
266
267
268
269
- * Called after each tick.
+ * Called after each tick (Even when paused).
270
271
protected void postTick() {
272
0 commit comments