Binding improvements

WIP towards deprecating parsers and unifying the command bindings
Allow registering dynamic bindings
- Supports nesting bindings
This commit is contained in:
Jesse Boyd
2019-04-01 21:35:55 +11:00
parent 6e6a3f9035
commit ff67f6343f
15 changed files with 487 additions and 163 deletions

View File

@ -64,7 +64,7 @@ import java.util.List;
/**
* Binds standard WorldEdit classes such as {@link Player} and {@link LocalSession}.
*/
public class WorldEditBinding extends BindingHelper {
public class WorldEditBinding {
private final WorldEdit worldEdit;