Uses of Interface
me.hsgamer.bettergui.builder.ActionBuilder.Input
-
Packages that use ActionBuilder.Input Package Description me.hsgamer.bettergui.action.type me.hsgamer.bettergui.builder -
-
Uses of ActionBuilder.Input in me.hsgamer.bettergui.action.type
Constructors in me.hsgamer.bettergui.action.type with parameters of type ActionBuilder.Input Constructor Description BackAction(ActionBuilder.Input input)
OpenMenuAction(ActionBuilder.Input input)
-
Uses of ActionBuilder.Input in me.hsgamer.bettergui.builder
Methods in me.hsgamer.bettergui.builder that return ActionBuilder.Input Modifier and Type Method Description static ActionBuilder.Input
ActionBuilder.Input. create(MenuElement menuElement, String input)
static ActionBuilder.Input
ActionBuilder.Input. create(Menu menu, String input)
-