SpineEventEngine / mc-java

Model Compiler for Java
Apache License 2.0
0 stars 2 forks source link

More entity codegen #139

Closed alexander-yevsyukov closed 5 months ago

alexander-yevsyukov commented 7 months ago

This PR continues migration of McJava to handle code generation using ProtoData plugins. This PR adds code generation for the Field classes nested under a message type for that such a message could be queried in the API of the generated Field class.

Improvements to the code generation API

The following abstract classes were introduced:

MessageTypeRenderer descendants

NestedUnderMesage descentants

Changes to the project structure

Other notable changes