summaryrefslogtreecommitdiff
path: root/src/main/java/ftbsc/lll/proxies
Commit message (Collapse)AuthorAgeLines
* feat: expanded ClassProxies, now all fields and methods include classproxies ↵ zaaarf2023-03-21-101/+296
| | | | to represent their parents (as well as parameters and return type for methods)
* feat: added ClassProxy zaaarf2023-03-21-0/+174
|
* feat: initial proxy rework, replaced getters with public constants, rely ↵ zaaarf2023-03-21-204/+78
| | | | more on ow2 Types instead of homebrew solutions
* doc: added missing javadocs0.3.2 zaaarf2023-03-04-0/+3
|
* fix: mistake in method names zaaarf2023-03-04-1/+1
|
* chore: removed references to cube game from names and comments zaaarf2023-03-03-33/+33
|
* feat: added setModifier method to proxy builder zaaarf2023-03-01-0/+9
|
* feat: implemented field and method proxies zaaarf2023-03-01-0/+455