support class comparison at javascript validation system.
son-daehyeon opened this issue ยท 1 comments
example:
const Entity = Java.type('org.bukkit.entity.Entity')
validation = {
"overloads": [
[
{
"type": Entity,
"name": "entity"
}
]
]
}
function TEST(args) {
...
}