Uses of Class
com.plotsquared.core.util.placeholders.Placeholder
Packages that use Placeholder
-
Uses of Placeholder in com.plotsquared.core.util.placeholders
Subclasses of Placeholder in com.plotsquared.core.util.placeholdersMethods in com.plotsquared.core.util.placeholders that return PlaceholderModifier and TypeMethodDescription@Nullable PlaceholderPlaceholderRegistry.getPlaceholder(@NonNull String key) Get a placeholder instance from its keyPlaceholderRegistry.PlaceholderAddedEvent.placeholder()Returns the value of theplaceholderrecord component.Methods in com.plotsquared.core.util.placeholders that return types with arguments of type PlaceholderModifier and TypeMethodDescription@NonNull Collection<Placeholder>PlaceholderRegistry.getPlaceholders()Get all placeholdersMethods in com.plotsquared.core.util.placeholders with parameters of type PlaceholderModifier and TypeMethodDescriptionvoidPlaceholderRegistry.registerPlaceholder(@NonNull Placeholder placeholder) Register a placeholderConstructors in com.plotsquared.core.util.placeholders with parameters of type PlaceholderModifierConstructorDescriptionPlaceholderAddedEvent(Placeholder placeholder) Creates an instance of aPlaceholderAddedEventrecord class.