Interface HudTask


public interface HudTask
Represents a wrapped task between Paper and Folia.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Cancel this task.
    boolean
    Returns 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.