File Details
ProbeJS-7.1.0.jar
- R
- Jul 1, 2024
- 4.17 MB
- 167
- 1.21
- NeoForge
File Name
ProbeJS-7.1.0.jar
Supported Versions
- 1.21
Curse Maven Snippet
- Non-java
requires are now stripped off before script loads to prevent corrupting namespace. - ProbeJS will now only scan for classes that exist and loadable.
- ProbeJS now automatically add a dump folder to
.minecraft/.gitignore. - Pure utility class exported is now correctly typed (e.g., XXWrapper.class)
- If the type of a method param is a functional interface with type parameters, ProbeJS will now infer the actual state of each type parameter to get the best typing.
- Wildcard type is now consolidated as its bound instead of discarded.
- Type wrapping for
Colornow only contains lowercase results. - Fixed a server crash due to incorrectly loading some classes.