public static class TranslatableWithContext.Builder extends Object
| Modifier and Type | Method and Description |
|---|---|
TranslatableWithContext.Builder |
attributes(AttributeWithContext value)
Sets the attribute context for this builder
|
TranslatableWithContext |
build()
Builds a new Translatable object using the current
status of this builder.
|
public TranslatableWithContext.Builder attributes(AttributeWithContext value)
value - the attribute contextpublic TranslatableWithContext build()