public static class CommandTarget.SelectorValue extends Object
| Constructor and Description |
|---|
SelectorValue(String value)
Parses the arguments value from the given string.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getValue()
The value of the argument.
|
boolean |
isInverted()
Whether the argument is inverted (functionality should be done in reverse).
|
public SelectorValue(String value)
value - the un-parsed valuepublic String getValue()
public boolean isInverted()
Copyright © 2021. All rights reserved.