public static class InstallationOptions.Option extends Object
| Constructor and Description |
|---|
Option(Translatable description,
boolean secure,
Class<?> type) |
| Modifier and Type | Method and Description |
|---|---|
Translatable |
getDescription()
Translated description of the option
|
Class<?> |
getType()
Option data type
|
boolean |
isSecure()
Indicates whether the option contains sensitive data such as passwords.
|
public Option(Translatable description, boolean secure, Class<?> type)
public Translatable getDescription()
public boolean isSecure()
public Class<?> getType()