Compatibility
Minecraft: Java Edition
26.2
26.1.x
1.21.x
Platforms
Tags
Creators
Details
Licensed Apache-2.0
Published 9 months ago
denizen-reflect is an add-on for experienced scripters designed to combine the capabilities of Java directly within the Denizen development environment.
Supported Platforms
Features
- ๐น Importing classes
- ๐น Executing Java code (methods, fields, constructors)
- ๐น Creating your own placeholders (PlaceholderAPI)
- ๐น Creating custom Denizen commands & tags
- ๐น Renaming Denizen events
- ๐น Creating proxies
- ๐น Lambda expressions support
- ๐น And much more...
Example Usage
import:
java.lang.System as test
java.lang.String
task:
type: task
script:
- define def <invoke[new String("123")]>
- invoke player.sendMessage("321")
- invoke test.out.println(def)


