public interface SenderMatchingArg<V>
Modifier and Type | Method and Description |
---|---|
List<V> |
matchOr(CommandSender sender)
Returns all values which match the argument or
the given CommandSender if argument is omitted.
|
List<V> |
matchWithPermOr(String permission,
CommandSender sender)
Same as
matchOr(CommandSender)
but also check the given permission if
the argument is specified. |
List<V> matchOr(CommandSender sender)
List<V> matchWithPermOr(String permission, CommandSender sender)
matchOr(CommandSender)
but also check the given permission if
the argument is specified.Copyright © 2012. All Rights Reserved.