Package com.ericlam.mc.eld.services
Interface ScheduleService.ScheduleFactory
- Enclosing interface:
- ScheduleService
public static interface ScheduleService.ScheduleFactory
計時器工廠
-
Method Summary
Modifier and TypeMethodDescriptionasynchronous(boolean async) 是否異步interval(long ticks) 間隔, 設定後即為 timer運行timeout(long ticks) 延遲
-
Method Details
-
asynchronous
是否異步- Parameters:
async- 異步- Returns:
- this
-
interval
間隔, 設定後即為 timer- Parameters:
ticks- ticks- Returns:
- this
-
timeout
延遲- Parameters:
ticks- ticks- Returns:
- this
-
run
運行- Parameters:
plugin- 插件- Returns:
- this
-