Uses of Class
com.plotsquared.core.configuration.caption.TranslatableCaption
Packages that use TranslatableCaption
-
Uses of TranslatableCaption in com.plotsquared.core.configuration.caption
Methods in com.plotsquared.core.configuration.caption that return TranslatableCaptionModifier and TypeMethodDescriptionstatic @NonNull TranslatableCaptionGet a newTranslatableCaptioninstancestatic @NonNull TranslatableCaptionGet a newTranslatableCaptioninstanceMethods in com.plotsquared.core.configuration.caption that return types with arguments of type TranslatableCaptionModifier and TypeMethodDescription@NonNull Set<TranslatableCaption>CaptionMap.getCaptions()Gets a copy of the set of captions stored in the CaptionMap@NonNull Set<TranslatableCaption>DummyCaptionMap.getCaptions()@NonNull Set<TranslatableCaption>LocalizedCaptionMap.getCaptions()@NonNull Set<TranslatableCaption>PerUserLocaleCaptionMap.getCaptions()Methods in com.plotsquared.core.configuration.caption with parameters of type TranslatableCaptionModifier and TypeMethodDescription@NonNull StringCaptionMap.getMessage(@NonNull TranslatableCaption caption) Get a message using the server locale@NonNull StringCaptionMap.getMessage(@NonNull TranslatableCaption caption, @NonNull LocaleHolder localeHolder) Get a message using a specific locale@NonNull StringDummyCaptionMap.getMessage(@NonNull TranslatableCaption caption) @NonNull StringDummyCaptionMap.getMessage(@NonNull TranslatableCaption caption, @NonNull LocaleHolder localeHolder) @NonNull StringLocalizedCaptionMap.getMessage(@NonNull TranslatableCaption caption) @NonNull StringLocalizedCaptionMap.getMessage(@NonNull TranslatableCaption caption, @NonNull LocaleHolder localeHolder) @NonNull StringPerUserLocaleCaptionMap.getMessage(@NonNull TranslatableCaption caption, @NonNull LocaleHolder localeHolder) Constructor parameters in com.plotsquared.core.configuration.caption with type arguments of type TranslatableCaptionModifierConstructorDescriptionLocalizedCaptionMap(Locale locale, Map<TranslatableCaption, String> captions)