Uses of Enum
me.ulrich.clans.data.ClanEnum.PlaceholderPlayerTop
Packages that use ClanEnum.PlaceholderPlayerTop
-
Uses of ClanEnum.PlaceholderPlayerTop in me.ulrich.clans.data
Methods in me.ulrich.clans.data that return ClanEnum.PlaceholderPlayerTopModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static ClanEnum.PlaceholderPlayerTop[]ClanEnum.PlaceholderPlayerTop.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ClanEnum.PlaceholderPlayerTop in me.ulrich.clans.manager
Methods in me.ulrich.clans.manager that return types with arguments of type ClanEnum.PlaceholderPlayerTopMethods in me.ulrich.clans.manager with parameters of type ClanEnum.PlaceholderPlayerTopModifier and TypeMethodDescriptionTopManager.getAllTopPlayersData(ClanEnum.PlaceholderPlayerTop top) TopManager.getAllTopPlayersDataLimited(ClanEnum.PlaceholderPlayerTop top, int maxResults) TopManager.getAllTopPlayersDataPosition(ClanEnum.PlaceholderPlayerTop top, int position) booleanTopManager.hasTopPlayers(ClanEnum.PlaceholderPlayerTop top) Method parameters in me.ulrich.clans.manager with type arguments of type ClanEnum.PlaceholderPlayerTopModifier and TypeMethodDescriptionvoidTopManager.refreshTopPlayersData(List<ClanEnum.PlaceholderPlayerTop> top) -
Uses of ClanEnum.PlaceholderPlayerTop in me.ulrich.clans.manager.gui
Methods in me.ulrich.clans.manager.gui with parameters of type ClanEnum.PlaceholderPlayerTopModifier and TypeMethodDescriptionvoidPaginationGui.openPlayerTop(org.bukkit.entity.Player player, ClanEnum.PlaceholderPlayerTop top, int page, boolean online, boolean whitout)