| Package | Description |
|---|---|
| com.sk89q.intake | |
| com.sk89q.intake.parametric |
| Modifier and Type | Class and Description |
|---|---|
class |
SettableParameter
A simple implementation of
Parameter that has setter methods to
set the properties. |
| Modifier and Type | Method and Description |
|---|---|
List<Parameter> |
SettableDescription.getParameters() |
List<Parameter> |
Description.getParameters()
Get the list of parameters for this command.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SettableDescription.setParameters(List<Parameter> parameters)
Set the list of parameters.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ParameterData
Describes a parameter in detail.
|
Copyright © 2015. All Rights Reserved.