Package me.datafox.dfxengine.text.utils
Class TextConfigurationImpl.Builder
java.lang.Object
me.datafox.dfxengine.text.utils.TextConfigurationImpl.Builder
- Enclosing class:
TextConfigurationImpl
Builder for
TextConfiguration
.-
Method Summary
Modifier and TypeMethodDescriptionbuild()
clear()
Clears all values registered to the configurationkey
(ConfigurationKey<T> key, ConfigurationValue<T> value) key
(ConfigurationKey<T> key, T value)
-
Method Details
-
key
- Type Parameters:
T
- type of the value- Parameters:
key
-ConfigurationKey
to be registered to the configurationvalue
- static value to be associated with the key- Returns:
- this builder
-
key
- Type Parameters:
T
- type of the value- Parameters:
key
-ConfigurationKey
to be registered to the configurationvalue
-ConfigurationValue
to be associated with the key- Returns:
- this builder
-
clear
Clears all values registered to the configuration- Returns:
- this builder
-
build
- Returns:
TextConfiguration
with the registered values
-