Package me.hsgamer.bettergui.action.type
Class TellAction
- java.lang.Object
-
- me.hsgamer.bettergui.api.action.BaseAction
-
- me.hsgamer.bettergui.action.type.TellAction
-
- All Implemented Interfaces:
BiConsumer<UUID,TaskProcess>,Action,MenuElement,ProcessApplier
public class TellAction extends BaseAction
-
-
Field Summary
-
Fields inherited from class me.hsgamer.bettergui.api.action.BaseAction
input
-
-
Constructor Summary
Constructors Constructor Description TellAction(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
-
TellAction
public TellAction(ActionBuilder.Input input)
-
-
Method Detail
-
accept
public void accept(UUID uuid, TaskProcess process)
-
-