EngineHub / Piston

A generic command system, with tie-ins to many Minecraft platforms such as Bukkit, Forge, and Sponge.
GNU General Public License v3.0
17 stars 3 forks source link

Nested command class support #11

Closed octylFractal closed 4 years ago

octylFractal commented 5 years ago

Currently we generate invalid class name references if the command container class is nested. We should support this case properly, in a mechanism similar to AutoValue, using underscores.