Skip to content

Latest commit

 

History

History
41 lines (21 loc) · 1.35 KB

README.md

File metadata and controls

41 lines (21 loc) · 1.35 KB

Parabot-gui-hook-mapper

Assesses a given Parabot API JAR along with a Client JAR and filters possible classes and field types that match the API.

Contributing

Code Style

Not enforced

Building

Built with JDK 10.0.1

Dependencies

dependencies

GUI

1. When opened, you need to click "Select JAR" and browse using file explorer to the Parabot-API-[type=317-minified].jar and [client=dreamscape].jar

initial looks

2. Then click "Load JAR" for each. Accessors from the API along with all the client's classes are displayed. Select one from each list, then right click and "Link to [x]"

linking API Accessors to client classes

3. When all Accessors have a client class binding, move to tab 2 - "Getters"

inital tab 2: getters tab pane

4. Select which Accessor contains the fields you want to assign Getters to.

getters: available API accessors

5. Finally, pick from either list which field you're assigning a Getter to.

getters: available client class fields that match the chosen accessor field type

getters: ALL available client class fields