| Package | Description |
|---|---|
| com.sk89q.intake.dispatcher | |
| com.sk89q.intake.parametric.handler |
| Modifier and Type | Method and Description |
|---|---|
SettableDescription |
SimpleDispatcher.getDescription() |
| Modifier and Type | Method and Description |
|---|---|
void |
InvokeListener.updateDescription(Object object,
Method method,
com.google.common.collect.ImmutableList<? extends ParameterData<?>> parameters,
SettableDescription description)
During creation of a
CommandCallable by a ParametricBuilder,
this will be called in case the description needs to be updated. |
void |
LegacyCommandsHandler.updateDescription(Object object,
Method method,
com.google.common.collect.ImmutableList<? extends ParameterData<?>> parameters,
SettableDescription description) |
void |
AbstractInvokeListener.updateDescription(Object object,
Method method,
com.google.common.collect.ImmutableList<? extends ParameterData<?>> parameters,
SettableDescription description) |
Copyright © 2015. All Rights Reserved.