aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/ftbsc/lll/proxies/AbstractProxy.java
Commit message (Collapse)AuthorAgeLines
* Merge branch 'version4' into dev zaaarf2023-03-25-46/+72
|\
| * chore: reorganize, add ProxyType enum zaaarf2023-03-21-3/+9
| |
| * feat: restored flat descriptors, implemented primitive proxies zaaarf2023-03-21-17/+17
| |
| * feat: expanded ClassProxies, now all fields and methods include classproxies ↵ zaaarf2023-03-21-11/+22
| | | | | | | | 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-44/+54
| | | | | | | | more on ow2 Types instead of homebrew solutions
* | fix: fixed return type bug0.3.4 zaaarf2023-03-18-1/+3
|/
* fix: mistake in method names zaaarf2023-03-04-1/+1
|
* chore: removed references to cube game from names and comments zaaarf2023-03-03-13/+13
|
* feat: added setModifier method to proxy builder zaaarf2023-03-01-0/+9
|
* feat: implemented field and method proxies zaaarf2023-03-01-0/+119