Package me.hsgamer.bettergui.builder
Class ActionBuilder.Input
- java.lang.Object
-
- me.hsgamer.bettergui.builder.ActionBuilder.Input
-
- Enclosing class:
- ActionBuilder
public static class ActionBuilder.Input extends Object
The input for the action builder
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>getOptionAsList()Get the option as a list.List<String>getOptionAsList(String separator)Get the option as a listMap<String,String>getOptionAsMap()Get the option as a map.
-