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
|[FileUtil](src/main/java/com/falsepattern/lib/util/FileUtil.java)| Directory and file utilities. |
18
-
|[LangUtil](src/main/java/com/falsepattern/lib/util/LangUtil.java)| Utility for having default language values defined inside code instead of lang files |
19
-
|[MathUtil](src/main/java/com/falsepattern/lib/util/MathUtil.java)| Miscellaneous math helper code |
20
-
|[RenderUtil](src/main/java/com/falsepattern/lib/util/RenderUtil.java)| Rendering tools. Currently, the only thing implemented is a way to grab the current partial tick time from the minecraft instance |
21
-
|[ResourceUtil](src/main/java/com/falsepattern/lib/util/ResourceUtil.java)| Methods for efficiently retrieving resources from SPECIFIC jar files instead of the entire classpath |
|[FileUtil](src/main/java/com/falsepattern/lib/util/FileUtil.java)| Directory and file utilities. |
21
+
|[LangUtil](src/main/java/com/falsepattern/lib/util/LangUtil.java)| Utility for having default language values defined inside code instead of lang files |
22
+
|[MathUtil](src/main/java/com/falsepattern/lib/util/MathUtil.java)| Miscellaneous math helper code |
|[RenderUtil](src/main/java/com/falsepattern/lib/util/RenderUtil.java)| Rendering tools. Currently, the only thing implemented is a way to grab the current partial tick time from the minecraft instance |
25
+
|[ResourceUtil](src/main/java/com/falsepattern/lib/util/ResourceUtil.java)| Methods for efficiently retrieving resources from SPECIFIC jar files instead of the entire classpath |
22
26
23
-
Anything annotated with [@StableAPI](src/main/java/com/falsepattern/lib/StableAPI.java) is guaranteed to not change in patch versions.
27
+
See the [@StableAPI](src/main/java/com/falsepattern/lib/StableAPI.java) annotation's javadoc for more information about
28
+
API stability.
24
29
25
30
The update checker module and the library downloader module can be toggled with the `ENABLE_UPDATE_CHECKER` and
26
31
`ENABLE_LIBRARY_DOWNLOADS` booleans in the `falsepatternlib.cfg` config file respectively. Note that the update checker
0 commit comments