Uses of Interface
fr.luc.crcore.broadcast.BroadcastService
Packages that use BroadcastService
Package
Description
-
Uses of BroadcastService in fr.luc.crcore
Methods in fr.luc.crcore that return BroadcastServiceModifier and TypeMethodDescriptionCRCore.broadcasts()protected BroadcastServiceCRCore.buildBroadcastService(MessagesService messages) Construit leBroadcastService.CRCore.getBroadcasts()Methods in fr.luc.crcore with parameters of type BroadcastServiceModifier and TypeMethodDescriptionprotected CoreCommandCRCore.buildCoreCommand(TeamService teamService, PlayerProfileService playerProfileService, MessagesService messages, BroadcastService broadcasts) Construit leCoreCommand. -
Uses of BroadcastService in fr.luc.crcore.broadcast
Constructors in fr.luc.crcore.broadcast with parameters of type BroadcastService -
Uses of BroadcastService in fr.luc.crcore.broadcast.impl
Classes in fr.luc.crcore.broadcast.impl that implement BroadcastServiceModifier and TypeClassDescriptionclassImplémentation par défaut deBroadcastService, basée sur les YAML Bukkit. -
Uses of BroadcastService in fr.luc.crcore.command.builtin
Fields in fr.luc.crcore.command.builtin declared as BroadcastServiceModifier and TypeFieldDescriptionprotected final BroadcastServiceCoreCommand.broadcastsprotected final BroadcastServiceCoreReloadSubCommand.broadcastsConstructors in fr.luc.crcore.command.builtin with parameters of type BroadcastServiceModifierConstructorDescriptionCoreCommand(TeamService teamService, PlayerProfileService playerProfileService, MessagesService messages, BroadcastService broadcasts) CoreReloadSubCommand(MessagesService messages, BroadcastService broadcasts)