summaryrefslogtreecommitdiff
path: root/src/main/java/ftbsc/lll/proxies/MethodProxy.java
Commit message (Collapse)AuthorAgeLines
* chore: reorganize, add ProxyType enum zaaarf2023-03-21-185/+0
|
* chore: javadocs zaaarf2023-03-21-0/+1
|
* feat: restored flat descriptors, implemented primitive proxies zaaarf2023-03-21-10/+10
|
* feat: expanded ClassProxies, now all fields and methods include classproxies ↵ zaaarf2023-03-21-21/+65
| | | | to represent their parents (as well as parameters and return type for methods)
* feat: initial proxy rework, replaced getters with public constants, rely ↵ zaaarf2023-03-21-101/+18
| | | | more on ow2 Types instead of homebrew solutions
* chore: removed references to cube game from names and comments zaaarf2023-03-03-10/+10
|
* feat: implemented field and method proxies zaaarf2023-03-01-0/+223