aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/ftbsc/lll/proxies
Commit message (Expand)AuthorAgeLines
* fix: TypeProxy.from access modifier zaaarf2023-03-27-1/+1
* feat: added set-via-descriptor-string for methods and fields zaaarf2023-03-27-0/+13
* chore: added (restored?) setType with fqn and array type zaaarf2023-03-26-0/+14
* chore: added (restored?) setType with Class object to FieldProxy zaaarf2023-03-25-0/+9
* Merge branch 'version4' into dev zaaarf2023-03-25-392/+689
|\
| * chore: reorganize, add ProxyType enum zaaarf2023-03-21-28/+54
| * chore: javadocs zaaarf2023-03-21-4/+11
| * feat: restored flat descriptors, implemented primitive proxies zaaarf2023-03-21-71/+100
| * feat: expanded ClassProxies, now all fields and methods include classproxies ... zaaarf2023-03-21-101/+296
| * feat: added ClassProxy zaaarf2023-03-21-0/+174
| * feat: initial proxy rework, replaced getters with public constants, rely more... zaaarf2023-03-21-204/+78
* | fix: fixed return type bug0.3.4 zaaarf2023-03-18-7/+16
|/
* 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