Class ViewAction.UpdateAsync

java.lang.Object
io.typst.bukkit.view.ViewAction.UpdateAsync
All Implemented Interfaces:
ViewAction
Enclosing interface:
ViewAction

public static class ViewAction.UpdateAsync extends Object implements ViewAction
Update the current inventory of player to the given contents of future. This is equal to ViewAction.Update after the future completed. The internal handler will open it in the main thread.
  • Constructor Details

    • UpdateAsync

      public UpdateAsync()