Package dev.aurelium.slate.builder
Class GlobalBehaviorBuilder
java.lang.Object
dev.aurelium.slate.builder.GlobalBehaviorBuilder
Builder for creating
GlobalBehavior instances.-
Method Summary
Modifier and TypeMethodDescriptionbuild()static GlobalBehaviorBuilderbuilder()Creates a newGlobalBehaviorBuilder.localeProvider(LocaleProvider localeProvider) replacer(ItemReplacer replacer) Adds a global replacer, which will be applied to all placeholders in every menu.
-
Method Details
-
builder
Creates a newGlobalBehaviorBuilder.- Returns:
- the builder
-
replacer
Adds a global replacer, which will be applied to all placeholders in every menu.- Parameters:
replacer- the replacer- Returns:
- the builder
-
localeProvider
-
build
-