Uses of Interface
com.plotsquared.core.configuration.caption.Caption
Packages that use Caption
Package
Description
-
Uses of Caption in com.plotsquared.core
Methods in com.plotsquared.core with parameters of type CaptionModifier and TypeMethodDescriptionvoidPlotAPI.sendConsoleMessage(@NonNull Caption caption, @NonNull TagResolver @NonNull ... replacements) Sends a message to the console. -
Uses of Caption in com.plotsquared.core.command
Classes in com.plotsquared.core.command that implement CaptionMethods in com.plotsquared.core.command that return CaptionMethods in com.plotsquared.core.command with parameters of type CaptionModifier and TypeMethodDescription<T> TCommand.check(T object, Caption message, TagResolver... args) voidCommand.checkTrue(boolean mustBeTrue, Caption message, TagResolver... args) <T> voidCommand.paginate(PlotPlayer<?> player, List<T> c, int size, int page, RunnableVal3<Integer, T, CaptionHolder> add, String baseCommand, Caption header) voidCommandCaller.sendMessage(@NonNull Caption caption, @NonNull TagResolver... replacements) Send a message to the command callerConstructors in com.plotsquared.core.command with parameters of type Caption -
Uses of Caption in com.plotsquared.core.configuration
Methods in com.plotsquared.core.configuration that return CaptionConstructors in com.plotsquared.core.configuration with parameters of type CaptionModifierConstructorDescriptionConfigurationNode(String constant, Object defaultValue, Caption description, ConfigurationUtil.SettingValue<?> type) ConfigurationNode(String constant, Object defaultValue, Caption description, ConfigurationUtil.SettingValue<?> type, Collection<String> suggestions) -
Uses of Caption in com.plotsquared.core.configuration.caption
Subinterfaces of Caption in com.plotsquared.core.configuration.captionModifier and TypeInterfaceDescriptioninterfaceACaptionthat can be identified by a namespace-key pairClasses in com.plotsquared.core.configuration.caption that implement CaptionModifier and TypeClassDescriptionfinal classfinal classCaption that is user modifiableMethods in com.plotsquared.core.configuration.caption that return CaptionMethods in com.plotsquared.core.configuration.caption with parameters of type Caption -
Uses of Caption in com.plotsquared.core.inject.factory
Methods in com.plotsquared.core.inject.factory with parameters of type CaptionModifier and TypeMethodDescriptionProgressSubscriberFactory.createFull(PlotPlayer<?> actor, long interval, long wait, Caption caption) -
Uses of Caption in com.plotsquared.core.player
Methods in com.plotsquared.core.player with parameters of type CaptionModifier and TypeMethodDescriptionvoidPlotPlayer.sendActionBar(@NonNull Caption caption, @NonNull TagResolver... replacements) Method designed to send an ActionBar to a player.voidConsolePlayer.sendMessage(@NonNull Caption caption, @NonNull TagResolver... replacements) voidPlotPlayer.sendMessage(@NonNull Caption caption, @NonNull TagResolver... replacements) voidConsolePlayer.sendTitle(@NonNull Caption title, @NonNull Caption subtitle, int fadeIn, int stay, int fadeOut, @NonNull TagResolver... resolvers) voidPlotPlayer.sendTitle(@NonNull Caption title, @NonNull Caption subtitle, int fadeIn, int stay, int fadeOut, @NonNull TagResolver... replacements) Send a title to the playervoidPlotPlayer.sendTitle(@NonNull Caption title, @NonNull Caption subtitle, @NonNull TagResolver... replacements) Send a title to the player that fades in, in 10 ticks, stays for 50 ticks and fades out in 20 ticks -
Uses of Caption in com.plotsquared.core.plot
Methods in com.plotsquared.core.plot that return CaptionMethods in com.plotsquared.core.plot that return types with arguments of type CaptionModifier and TypeMethodDescriptionPlot.format(Caption iInfo, PlotPlayer<?> player, boolean full) static Map<PlotAreaType,Caption> PlotAreaType.getDescriptionMap()Methods in com.plotsquared.core.plot with parameters of type Caption -
Uses of Caption in com.plotsquared.core.plot.flag
Methods in com.plotsquared.core.plot.flag that return CaptionModifier and TypeMethodDescriptionFlagParseException.getErrorMessage()Get the error message that was supplied by the flag instance.PlotFlag.getFlagCategory()Get the category this flag belongs to.PlotFlag.getFlagDescription()Get a simple caption that describes the flag usage.Constructors in com.plotsquared.core.plot.flag with parameters of type CaptionModifierConstructorDescriptionFlagParseException(PlotFlag<?, ?> flag, String value, Caption errorMessage, TagResolver... args) Construct a new flag parse exception to indicate that an attempt to parse a plot flag was unsuccessful.protectedConstruct a new flag instance. -
Uses of Caption in com.plotsquared.core.plot.flag.types
Constructors in com.plotsquared.core.plot.flag.types with parameters of type CaptionModifierConstructorDescriptionprotectedBlockTypeListFlag(List<BlockTypeWrapper> blockTypeList, Caption description) protectedBooleanFlag(boolean value, Caption description) Construct a new flag instance.protectedBooleanFlag(Caption description) Construct a new boolean flag, withfalseas the default value.protectedDoubleFlag(@NonNull Double value, @NonNull Caption flagDescription) protectedprotectedIntegerFlag(int value, int minimum, int maximum, @NonNull Caption flagDescription) protectedIntegerFlag(@NonNull Caption flagDescription) protectedprotectedNonNegativeIntegerFlag(int value, int maximum, @NonNull Caption flagDescription) protectedNonNegativeIntegerFlag(int value, @NonNull Caption flagDescription) protectedNumberFlag(@NonNull N value, N minimum, N maximum, @NonNull Caption flagCategory, @NonNull Caption flagDescription) protectedConstruct a new flag instance.protected -
Uses of Caption in com.plotsquared.core.queue.subscriber
Constructors in com.plotsquared.core.queue.subscriber with parameters of type CaptionModifierConstructorDescriptionDefaultProgressSubscriber(PlotPlayer<?> actor, long interval, long wait, Caption caption) -
Uses of Caption in com.plotsquared.core.util
Methods in com.plotsquared.core.util that return CaptionModifier and TypeMethodDescriptionPlayerManager.resolveName(@Nullable UUID owner) Attempts to resolve the username by an uuidPlayerManager.resolveName(@Nullable UUID owner, boolean blocking) Attempts to resolve the username by an uuidMethods in com.plotsquared.core.util with parameters of type Caption