Package me.hsgamer.bettergui.api.process
Interface ProcessApplier
-
- All Superinterfaces:
BiConsumer<UUID,TaskProcess>
- All Known Subinterfaces:
Action
- All Known Implementing Classes:
ActionApplier,BackAction,BaseAction,BroadcastAction,CloseMenuAction,CommandAction,ConsoleAction,DelayAction,OpAction,OpenMenuAction,PermissionAction,PlayerAction,RequirementApplier,SoundAction,TellAction,UpdateMenuAction
public interface ProcessApplier extends BiConsumer<UUID,TaskProcess>
A runnable applier forBatchRunnablewithUUIDas an executor
-
-
Method Summary
-
Methods inherited from interface java.util.function.BiConsumer
accept, andThen
-
-