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 TypeMethodDescriptionCaptionMap.getCaptions()Gets a copy of the set of captions stored in the CaptionMapDummyCaptionMap.getCaptions()LocalizedCaptionMap.getCaptions()PerUserLocaleCaptionMap.getCaptions()Methods in com.plotsquared.core.configuration.caption with parameters of type TranslatableCaptionModifier and TypeMethodDescriptionCaptionMap.getMessage(@NonNull TranslatableCaption caption) Get a message using the server localeCaptionMap.getMessage(@NonNull TranslatableCaption caption, @NonNull LocaleHolder localeHolder) Get a message using a specific localeDummyCaptionMap.getMessage(@NonNull TranslatableCaption caption) DummyCaptionMap.getMessage(@NonNull TranslatableCaption caption, @NonNull LocaleHolder localeHolder) LocalizedCaptionMap.getMessage(@NonNull TranslatableCaption caption) LocalizedCaptionMap.getMessage(@NonNull TranslatableCaption caption, @NonNull LocaleHolder localeHolder) PerUserLocaleCaptionMap.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)