| Package | Description |
|---|---|
| com.sk89q.intake.argument |
| Modifier and Type | Method and Description |
|---|---|
String |
CommandArgs.next()
Read the next argument.
|
boolean |
CommandArgs.nextBoolean()
Read the next argument as a boolean.
|
byte |
CommandArgs.nextByte()
Read the next argument as a byte.
|
double |
CommandArgs.nextDouble()
Read the next argument as a double.
|
float |
CommandArgs.nextFloat()
Read the next argument as a float.
|
int |
CommandArgs.nextInt()
Read the next argument as an integer.
|
short |
CommandArgs.nextShort()
Read the next argument as a short.
|
String |
CommandArgs.peek()
Return the next argument without moving the pointer.
|
Copyright © 2015. All Rights Reserved.