A B C F N P S W
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- all() - Method in interface net.kyori.adventure.platform.AudienceProvider
-
Gets an audience for all online players, including the server's console.
- AudienceProvider - Interface in net.kyori.adventure.platform
-
A provider for creating
Audience
s. - AudienceProvider.Builder<P extends AudienceProvider,B extends AudienceProvider.Builder<P,B>> - Interface in net.kyori.adventure.platform
-
A builder for
AudienceProvider
.
B
- build() - Method in interface net.kyori.adventure.platform.AudienceProvider.Builder
-
Builds the provider.
C
- close() - Method in interface net.kyori.adventure.platform.AudienceProvider
-
Closes the provider and forces audiences to be empty.
- componentRenderer(Function<Pointered, T>, ComponentRenderer<T>) - Method in interface net.kyori.adventure.platform.AudienceProvider.Builder
-
Sets the component renderer and partition function for the provider.
- componentRenderer(ComponentRenderer<Pointered>) - Method in interface net.kyori.adventure.platform.AudienceProvider.Builder
-
Sets the component renderer for the provider.
- console() - Method in interface net.kyori.adventure.platform.AudienceProvider
-
Gets an audience for the server's console.
F
- flattener() - Method in interface net.kyori.adventure.platform.AudienceProvider
-
Return a component flattener that can use game data to resolve extra information about components.
N
- net.kyori.adventure.platform - package net.kyori.adventure.platform
-
Common API for use across
adventure-platform
compatibility layers.
P
- partition(Function<Pointered, ?>) - Method in interface net.kyori.adventure.platform.AudienceProvider.Builder
-
Set the partition function for the provider.
- permission(String) - Method in interface net.kyori.adventure.platform.AudienceProvider
-
Gets or creates an audience containing all viewers with the provided permission.
- permission(Key) - Method in interface net.kyori.adventure.platform.AudienceProvider
-
Gets or creates an audience containing all viewers with the provided permission.
- player(UUID) - Method in interface net.kyori.adventure.platform.AudienceProvider
-
Gets an audience for an individual player.
- players() - Method in interface net.kyori.adventure.platform.AudienceProvider
-
Gets an audience for all online players.
S
- server(String) - Method in interface net.kyori.adventure.platform.AudienceProvider
-
Gets an audience for online players on a server, including the server's console.
W
- world(Key) - Method in interface net.kyori.adventure.platform.AudienceProvider
-
Gets an audience for online players in a world, including the server's console.
All Classes All Packages