Uses of Interface
com.plotsquared.core.configuration.caption.LocaleHolder
Packages that use LocaleHolder
Package
Description
-
Uses of LocaleHolder in com.plotsquared.core
Subinterfaces of LocaleHolder in com.plotsquared.core -
Uses of LocaleHolder in com.plotsquared.core.command
Methods in com.plotsquared.core.command with parameters of type LocaleHolderModifier and TypeMethodDescriptionCommandCategory.getComponent(@NonNull LocaleHolder localeHolder) @NonNull net.kyori.adventure.text.ComponentCommandCategory.toComponent(@NonNull LocaleHolder localeHolder) @NonNull net.kyori.adventure.text.ComponentCommandCategory.toComponent(@NonNull LocaleHolder localeHolder, @NonNull TagResolver @NonNull ... tagResolvers) -
Uses of LocaleHolder in com.plotsquared.core.configuration.caption
Methods in com.plotsquared.core.configuration.caption that return LocaleHolderModifier and TypeMethodDescriptionstatic @NonNull LocaleHolderLocaleHolder.console()Get the console locale holder.Methods in com.plotsquared.core.configuration.caption with parameters of type LocaleHolderModifier and TypeMethodDescriptionCaption.getComponent(@NonNull LocaleHolder localeHolder) Get the message that should be sent to the recipientStaticCaption.getComponent(@NonNull LocaleHolder localeHolder) TranslatableCaption.getComponent(@NonNull LocaleHolder localeHolder) CaptionMap.getMessage(@NonNull TranslatableCaption caption, @NonNull LocaleHolder localeHolder) Get a message using a specific localeDummyCaptionMap.getMessage(@NonNull TranslatableCaption caption, @NonNull LocaleHolder localeHolder) LocalizedCaptionMap.getMessage(@NonNull TranslatableCaption caption, @NonNull LocaleHolder localeHolder) PerUserLocaleCaptionMap.getMessage(@NonNull TranslatableCaption caption, @NonNull LocaleHolder localeHolder) @NonNull net.kyori.adventure.text.ComponentCaption.toComponent(@NonNull LocaleHolder localeHolder) Get the AdventureComponentLikefor this caption@NonNull net.kyori.adventure.text.ComponentCaption.toComponent(@NonNull LocaleHolder localeHolder, @NonNull TagResolver @NonNull ... tagResolvers) Get the AdventureComponentLikefor this caption while applying customTagResolver(apart from the defaultcore.prefix)@NonNull net.kyori.adventure.text.ComponentStaticCaption.toComponent(@NonNull LocaleHolder localeHolder) @NonNull net.kyori.adventure.text.ComponentStaticCaption.toComponent(@NonNull LocaleHolder localeHolder, @NonNull TagResolver @NonNull ... tagResolvers) @NonNull net.kyori.adventure.text.ComponentTranslatableCaption.toComponent(@NonNull LocaleHolder localeHolder) @NonNull net.kyori.adventure.text.ComponentTranslatableCaption.toComponent(@NonNull LocaleHolder localeHolder, @NonNull TagResolver @NonNull ... tagResolvers) -
Uses of LocaleHolder in com.plotsquared.core.player
Classes in com.plotsquared.core.player that implement LocaleHolderModifier and TypeClassDescriptionclassclassPlotPlayer<P>The abstract class supportingBukkitPlayerandSpongePlayer. -
Uses of LocaleHolder in com.plotsquared.core.util
Methods in com.plotsquared.core.util with parameters of type LocaleHolderModifier and TypeMethodDescriptionstatic @NonNull net.kyori.adventure.text.ComponentPlayerManager.getPlayerList(@NonNull Collection<UUID> uuids, LocaleHolder localeHolder) Get a list of names given a list of UUIDs.