Uses of Enum
net.sacredlabyrinth.phaed.simpleclans.VoteResult
Packages that use VoteResult
Package
Description
-
Uses of VoteResult in net.sacredlabyrinth.phaed.simpleclans
Methods in net.sacredlabyrinth.phaed.simpleclans that return VoteResultModifier and TypeMethodDescription@Nullable VoteResultClanPlayer.getVote()(used internally)static VoteResultReturns the enum constant of this type with the specified name.static VoteResult[]VoteResult.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 VoteResultModifier and TypeMethodDescriptionvoidClanPlayer.setVote(@Nullable VoteResult vote) (used internally)voidRequest.vote(String playerName, VoteResult vote) -
Uses of VoteResult in net.sacredlabyrinth.phaed.simpleclans.managers
Methods in net.sacredlabyrinth.phaed.simpleclans.managers with parameters of type VoteResultModifier and TypeMethodDescriptionvoidRequestManager.processInvite(Request req, VoteResult vote)