Uses of Enum
me.ulrich.clans.data.ClanEnum.PlayerLeaveReaction
Packages that use ClanEnum.PlayerLeaveReaction
-
Uses of ClanEnum.PlayerLeaveReaction in me.ulrich.clans.data
Methods in me.ulrich.clans.data that return ClanEnum.PlayerLeaveReactionModifier and TypeMethodDescriptionstatic ClanEnum.PlayerLeaveReactionReturns the enum constant of this type with the specified name.static ClanEnum.PlayerLeaveReaction[]ClanEnum.PlayerLeaveReaction.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ClanEnum.PlayerLeaveReaction in me.ulrich.clans.events
Methods in me.ulrich.clans.events that return ClanEnum.PlayerLeaveReactionConstructors in me.ulrich.clans.events with parameters of type ClanEnum.PlayerLeaveReactionModifierConstructorDescriptionClanPlayerLeaveEvent(UUID player, UUID clanID, ClanEnum.PlayerLeaveReaction reaction, UUID sender) -
Uses of ClanEnum.PlayerLeaveReaction in me.ulrich.clans.manager
Methods in me.ulrich.clans.manager with parameters of type ClanEnum.PlayerLeaveReactionModifier and TypeMethodDescriptionbooleanPlayerManager.leaveClan(UUID playerUUID, ClanEnum.PlayerLeaveReaction reaction)