Interface PlaceholderProvider
- All Known Implementing Classes:
LazyPlaceholderProvider,MessagePlaceholderProvider,PlaceholderContextBuilder
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
A class that provides values for text placeholders.
Mostly used in messages shown to players or console.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final PlaceholderProviderReturns null for all placeholders. -
Method Summary
-
Field Details
-
EMPTY
Returns null for all placeholders.
-
-
Method Details
-
providePlaceholder
-