EaglerForgeInjector

ModAPI.reflect

ModAPI.reflect supplies a user friendly wrapper for accessing and interacting with java classes from javascript.

Properties:

Methods:

Each ReflectClass has the following properties:

Each ReflectClass has the following methods:

ReflectMethod Definition

Each ReflectMethod has the following properties:

Each ReflectClass has the following methods:

Keep in mind that you need to wrap strings using ModAPI.util.str("MyString"), convert booleans into respective numbers (true->1, false->0), and get references of ModAPI proxies (ModAPI.player->ModAPI.player.getRef());