Uses of Interface
fr.luc.crcore.features.team.config.TeamConfigService
Packages that use TeamConfigService
Package
Description
-
Uses of TeamConfigService in fr.luc.crcore
Methods in fr.luc.crcore that return TeamConfigServiceModifier and TypeMethodDescriptionprotected TeamConfigServiceCRCore.buildTeamConfigService(TeamRepository repository) CRCore.getTeamConfig()CRCore.teamConfig() -
Uses of TeamConfigService in fr.luc.crcore.builtin
Fields in fr.luc.crcore.builtin declared as TeamConfigServiceModifier and TypeFieldDescriptionprotected final TeamConfigServiceCoreCommand.teamConfigprotected final TeamConfigServiceCoreReloadSubCommand.teamConfigConstructors in fr.luc.crcore.builtin with parameters of type TeamConfigServiceModifierConstructorDescriptionCoreCommand(TeamService teamService, PlayerProfileService playerProfileService, MessagesService messages, BroadcastService broadcasts, TeamConfigService teamConfig) CoreReloadSubCommand(MessagesService messages, BroadcastService broadcasts, TeamConfigService teamConfig) -
Uses of TeamConfigService in fr.luc.crcore.features.team.command
Fields in fr.luc.crcore.features.team.command declared as TeamConfigServiceModifier and TypeFieldDescriptionprotected final TeamConfigServiceTeamGroupSubCommand.configprotected final TeamConfigServiceTeamSettingsSubCommand.configConstructors in fr.luc.crcore.features.team.command with parameters of type TeamConfigServiceModifierConstructorDescriptionTeamGroupSubCommand(TeamService service, MessagesService messages, TeamConfigService config) TeamSettingsSubCommand(TeamConfigService config, MessagesService messages, TeamService teamService) -
Uses of TeamConfigService in fr.luc.crcore.features.team.config.gui
Constructors in fr.luc.crcore.features.team.config.gui with parameters of type TeamConfigServiceModifierConstructorDescriptionGlobalSettingsGui(TeamConfigService config) TeamSettingsGui(TeamConfigService config, Team team) -
Uses of TeamConfigService in fr.luc.crcore.features.team.config.impl
Classes in fr.luc.crcore.features.team.config.impl that implement TeamConfigServiceModifier and TypeClassDescriptionclassImpl YAML par défaut : charge le fichier<plugin>-team-config.ymlen mémoire, persiste les modifs globales avecFileConfiguration.save(File), et délègue le per-team au stockage dansTeam.getSettings()(persisté parTeamRepository).