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

ArgumentConverter#getSuggestions should accept an InjectedValueAccess context #25

Closed DarkArc closed 4 years ago

DarkArc commented 4 years ago

The argument converter does not currently allow for contextual completion, this is useful for many features, and support should be added.