Skip to content

Commit 930f8d4

Browse files
committed
fix javadoc
1 parent 886c02d commit 930f8d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

animation/src/main/java/io/github/projectunified/craftux/animation/AnimationMode.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ public enum AnimationMode {
99
*/
1010
REPEAT,
1111
/**
12-
* The {@link Animation#getCurrentFrame(long)}} will return {@link null} if the animation is completed ({@link Animation#isFirstRun(long)} returns {@link false})
12+
* The {@link Animation#getCurrentFrame(long)}} will return "null" if the animation is completed ({@link Animation#isFirstRun(long)} returns false)
1313
*/
1414
ONE_TIME,
1515
/**
16-
* The {@link Animation#getCurrentFrame(long)}} will return the last element of the {@link Animation#getFrames()} if the animation is completed ({@link Animation#isFirstRun(long)} returns {@link false})
16+
* The {@link Animation#getCurrentFrame(long)}} will return the last element of the {@link Animation#getFrames()} if the animation is completed ({@link Animation#isFirstRun(long)} returns false)
1717
*/
1818
ONE_TIME_KEEP_LAST
1919
}

0 commit comments

Comments
 (0)