Uses of Enum
net.sacredlabyrinth.phaed.simpleclans.ClanRequest
Packages that use ClanRequest
Package
Description
-
Uses of ClanRequest in net.sacredlabyrinth.phaed.simpleclans
Methods in net.sacredlabyrinth.phaed.simpleclans that return ClanRequestModifier and TypeMethodDescriptionRequest.getType()static ClanRequestReturns the enum constant of this type with the specified name.static ClanRequest[]ClanRequest.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.sacredlabyrinth.phaed.simpleclans with parameters of type ClanRequestConstructors in net.sacredlabyrinth.phaed.simpleclans with parameters of type ClanRequestModifierConstructorDescriptionRequest(ClanRequest type, @Nullable List<ClanPlayer> acceptors, ClanPlayer requester, String target, Clan clan, String msg) -
Uses of ClanRequest in net.sacredlabyrinth.phaed.simpleclans.managers
Methods in net.sacredlabyrinth.phaed.simpleclans.managers with parameters of type ClanRequestModifier and TypeMethodDescriptionvoidRequestManager.requestAllLeaders(@NotNull ClanPlayer requester, @NotNull ClanRequest request, @NotNull String target, @NotNull String key, @Nullable Object... args) This method asks all leaders about some action inside their clan.