ProbeJS

Greatly enhances your KubeJS scripting experience by adding VSCode support.

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

NeoForge

implementation "curse.maven:probejs-585406:5490917"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

  • 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 Color now only contains lowercase results.
  • Fixed a server crash due to incorrectly loading some classes.