Package me.hsgamer.bettergui.action.type
Class ConsoleAction
- java.lang.Object
-
- me.hsgamer.bettergui.api.action.BaseAction
-
- me.hsgamer.bettergui.action.type.ConsoleAction
-
- All Implemented Interfaces:
BiConsumer<UUID,TaskProcess>,Action,MenuElement,ProcessApplier
public class ConsoleAction extends BaseAction
-
-
Field Summary
-
Fields inherited from class me.hsgamer.bettergui.api.action.BaseAction
input
-
-
Constructor Summary
Constructors Constructor Description ConsoleAction(ActionBuilder.Input input)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(UUID uuid, TaskProcess process)-
Methods inherited from class me.hsgamer.bettergui.api.action.BaseAction
getMenu, getReplacedString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.function.BiConsumer
andThen
-
-
-
-
Constructor Detail
-
ConsoleAction
public ConsoleAction(ActionBuilder.Input input)
-
-
Method Detail
-
accept
public void accept(UUID uuid, TaskProcess process)
-
-