is an updated fork of Rhino, with new features and bugfixes implemented for originally EOL Rhino for 1.16.5.
func_12345_ab_getOpPermissionLevel() method from MinecraftServer class will require calling func_110455_j() instead, but with Rhizo, you can call getOpPermissionLevel() directly. someMethodCall(enum) and someObj.someAttr = enum, allowing you to use enum without having to import itenum == "some_enum_name" or enum == 1(enum index)function a(arg1, arg2, ...restParamHere) {} works nowObject.entries(some_obj) and Object.values(some_obj). JSON.stringfy() on an array or other iterable objects, all elements can be stringfied (instead of only the first one when using Rhino). Rhizo is licensed under MPL-2.0.