Interface HudTask
public interface HudTask
Represents a wrapped task between Paper and Folia.
-
Method Summary
Modifier and TypeMethodDescriptionvoidcancel()Cancel this task.booleanReturns whether this task is canceled.
-
Method Details
-
isCancelled
boolean isCancelled()Returns whether this task is canceled.- Returns:
- whether to cancel.
-
cancel
void cancel()Cancel this task.
-