You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: animation/src/main/java/io/github/projectunified/craftux/animation/AnimationMode.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -9,11 +9,11 @@ public enum AnimationMode {
9
9
*/
10
10
REPEAT,
11
11
/**
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)
13
13
*/
14
14
ONE_TIME,
15
15
/**
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)
0 commit comments