ConfigEditorDropdown

Used for draggable lists. The field associated with this option may only be of type int or an enum. If an int is used, values needs to be provided, otherwise it needs to be kept empty.

This option allows the user to choose one option out of the list of enums or example texts.

Functions

Link copied to clipboard
public abstract Class<? extends Annotation> annotationType()
Link copied to clipboard
public abstract boolean equals(Object p)
Link copied to clipboard
public abstract int hashCode()
Link copied to clipboard
public abstract String toString()
Link copied to clipboard
public abstract Array<String> values()
Deprecated feature, use an enum instead.