Package me.hsgamer.bettergui.api.process
Interface ProcessApplier
-
- All Superinterfaces:
BiConsumer<UUID,TaskProcess>
- All Known Implementing Classes:
ActionApplier
,RequirementApplier
public interface ProcessApplier extends BiConsumer<UUID,TaskProcess>
A runnable applier forBatchRunnable
withUUID
as an executor
-
-
Method Summary
-
Methods inherited from interface java.util.function.BiConsumer
accept, andThen
-
-