Class OfflineSelector
java.lang.Object
xyz.srnyx.annoyingapi.command.selector.Selector<org.bukkit.OfflinePlayer>
xyz.srnyx.annoyingapi.command.selector.selectors.OfflineSelector
Selector that selects all offline players
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@NotNull List<org.bukkit.OfflinePlayer> expandImplementation(@NotNull AnnoyingSender sender) @NotNull Class<org.bukkit.OfflinePlayer> getType()Gets the type of object the selector expands toMethods inherited from class xyz.srnyx.annoyingapi.command.selector.Selector
expand, getAllowedSenders
-
Constructor Details
-
OfflineSelector
public OfflineSelector()Constructor for OfflineSelector
-
-
Method Details
-
getType
Description copied from class:SelectorGets the type of object the selector expands to -
expandImplementation
@NotNull public @NotNull List<org.bukkit.OfflinePlayer> expandImplementation(@NotNull @NotNull AnnoyingSender sender) - Specified by:
expandImplementationin classSelector<org.bukkit.OfflinePlayer>
-