| Package | Description |
|---|---|
| com.sk89q.worldedit.internal.command | |
| com.sk89q.worldedit.util.command.binding | |
| com.sk89q.worldedit.util.command.parametric |
| Modifier and Type | Class and Description |
|---|---|
class |
WorldEditBinding
Binds standard WorldEdit classes such as
Player and LocalSession. |
| Modifier and Type | Class and Description |
|---|---|
class |
PrimitiveBindings
|
class |
StandardBindings
Standard bindings that should be available to most configurations.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BindingHelper
A binding helper that uses the
BindingMatch annotation to make
writing bindings extremely easy. |
| Modifier and Type | Method and Description |
|---|---|
Binding |
ParameterData.getBinding()
Get the binding associated with this parameter.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ParametricBuilder.addBinding(Binding binding,
Type... type)
Add a binding for a given type or classifier (annotation).
|
Copyright © 2010-2014. All Rights Reserved.