Class ProfileAudienceArgument
java.lang.Object
cloud.commandframework.arguments.CommandArgument<UserAudience,ProfileAudience>
org.geysermc.floodgate.core.player.audience.ProfileAudienceArgument
- All Implemented Interfaces:
cloud.commandframework.keys.CloudKeyHolder<ProfileAudience>,Comparable<cloud.commandframework.arguments.CommandArgument<?,?>>
public class ProfileAudienceArgument
extends cloud.commandframework.arguments.CommandArgument<UserAudience,ProfileAudience>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classstatic final classNested classes/interfaces inherited from class cloud.commandframework.arguments.CommandArgument
cloud.commandframework.arguments.CommandArgument.Builder<C extends Object,T extends Object>, cloud.commandframework.arguments.CommandArgument.TypedBuilder<C extends Object, T extends Object, B extends cloud.commandframework.arguments.CommandArgument.Builder<C, T>> -
Method Summary
Modifier and TypeMethodDescriptionstatic ProfileAudienceArgumentstatic ProfileAudienceArgumentof(String name, boolean allowUuid, boolean allowOffline, PlayerType limitTo) static ProfileAudienceArgumentof(String name, boolean allowOffline, PlayerType limitTo) static cloud.commandframework.arguments.CommandArgument<UserAudience,ProfileAudience> static ProfileAudienceArgumentstatic ProfileAudienceArgumentofOnline(String name, PlayerType limitTo) Methods inherited from class cloud.commandframework.arguments.CommandArgument
addPreprocessor, compareTo, copy, equals, getDefaultDescription, getDefaultValue, getKey, getName, getOwningCommand, getParser, getSuggestionsProvider, getValueType, hasDefaultValue, hashCode, isArgumentRegistered, isRequired, ofType, ofType, preprocess, setArgumentRegistered, setOwningCommand, toString
-
Method Details
-
of
public static ProfileAudienceArgument of(String name, boolean allowUuid, boolean allowOffline, PlayerType limitTo) -
of
-
ofOnline
-
ofOnline
-
ofOnline
public static cloud.commandframework.arguments.CommandArgument<UserAudience,ProfileAudience> ofOnline(String name) -
of
-