public class ProfileAudienceArgument extends cloud.commandframework.arguments.CommandArgument<UserAudience,ProfileAudience>
| Modifier and Type | Class and Description |
|---|---|
static class |
ProfileAudienceArgument.InvalidPlayerIdentifierException |
static class |
ProfileAudienceArgument.ProfileAudienceParser |
| Modifier and Type | Method and Description |
|---|---|
static ProfileAudienceArgument |
of(String name,
boolean allowOffline) |
static ProfileAudienceArgument |
of(String name,
boolean allowUuid,
boolean allowOffline,
PlayerType limitTo) |
static ProfileAudienceArgument |
of(String name,
boolean allowOffline,
PlayerType limitTo) |
static cloud.commandframework.arguments.CommandArgument<UserAudience,ProfileAudience> |
ofOnline(String name) |
static ProfileAudienceArgument |
ofOnline(String name,
boolean allowUuid) |
static ProfileAudienceArgument |
ofOnline(String name,
PlayerType limitTo) |
addPreprocessor, compareTo, copy, equals, getDefaultDescription, getDefaultValue, getKey, getName, getOwningCommand, getParser, getSuggestionsProvider, getValueType, hasDefaultValue, hashCode, isArgumentRegistered, isRequired, ofType, ofType, preprocess, setArgumentRegistered, setOwningCommand, toStringpublic static ProfileAudienceArgument of(String name, boolean allowUuid, boolean allowOffline, PlayerType limitTo)
public static ProfileAudienceArgument of(String name, boolean allowOffline, PlayerType limitTo)
public static ProfileAudienceArgument ofOnline(String name, PlayerType limitTo)
public static ProfileAudienceArgument ofOnline(String name, boolean allowUuid)
public static cloud.commandframework.arguments.CommandArgument<UserAudience,ProfileAudience> ofOnline(String name)
public static ProfileAudienceArgument of(String name, boolean allowOffline)