Interface AudienceProvider<A>
- Type Parameters:
A- the type that is provided
public interface AudienceProvider<A>
A generic provider of
audiences or some subtype.-
Method Summary
Modifier and TypeMethodDescriptionall()Gets all audience members.Gets all audience members that match the given predicate.console()Gets the console as an audience.Gets all custom audience members stored using the given key.default AGets all custom audience members stored using the given keyed object.default AGets all custom audience members stored using the given keyed object that match the given predicate.Gets all custom audience members stored using the given key that match the given predicate.customs()Gets all custom audience members.Gets all custom audience members matching the given predicate.players()Gets all audience members that are of typePlayer.Gets all audience members that are of typePlayerand match the predicate.registry()Gets the audience registry used to register custom audiences.server()
-
Method Details
-
all
-
players
-
players
-
console
-
server
-
custom
-
custom
-
custom
-
custom
-
customs
-
customs
-
all
-
registry
AudienceRegistry registry()Gets the audience registry used to register custom audiences.- Returns:
- the registry
-