Package io.typst.bukkit.view
Class ViewAction.UpdateAsync
java.lang.Object
io.typst.bukkit.view.ViewAction.UpdateAsync
- All Implemented Interfaces:
ViewAction
- Enclosing interface:
- 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.-
Nested Class Summary
Nested classes/interfaces inherited from interface io.typst.bukkit.view.ViewAction
ViewAction.Close, ViewAction.Nothing, ViewAction.Open, ViewAction.OpenAsync, ViewAction.Reopen, ViewAction.Update, ViewAction.UpdateAsync -
Field Summary
Fields inherited from interface io.typst.bukkit.view.ViewAction
CLOSE, NOTHING, REOPEN -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
UpdateAsync
public UpdateAsync()
-