Uses of Interface
com.plotsquared.core.configuration.caption.CaptionMap
Packages that use CaptionMap
Package
Description
-
Uses of CaptionMap in com.plotsquared.core
Methods in com.plotsquared.core that return CaptionMapModifier and TypeMethodDescription@NonNull CaptionMapPlotSquared.getCaptionMap(@NonNull String namespace) Get the caption map belonging to a namespace.Methods in com.plotsquared.core with parameters of type CaptionMapModifier and TypeMethodDescriptionvoidPlotSquared.registerCaptionMap(@NonNull String namespace, @NonNull CaptionMap captionMap) Register a caption map. -
Uses of CaptionMap in com.plotsquared.core.configuration.caption
Classes in com.plotsquared.core.configuration.caption that implement CaptionMapModifier and TypeClassDescriptionclassCaptionMapimplementation that throws exception on all gettersclassclassConstructor parameters in com.plotsquared.core.configuration.caption with type arguments of type CaptionMap -
Uses of CaptionMap in com.plotsquared.core.configuration.caption.load
Methods in com.plotsquared.core.configuration.caption.load that return CaptionMapModifier and TypeMethodDescription@NonNull CaptionMapLoad all message files in the given directory into a new CaptionMap.@NonNull CaptionMapCaptionLoader.loadOrCreateSingle(@NonNull Path file) Load a message file into a new CaptionMap.@NonNull CaptionMapCaptionLoader.loadSingle(@NonNull Path file) Load a message file into a new CaptionMap.