Package io.typst.bukkit.view
Class ViewAction.OpenAsync
java.lang.Object
io.typst.bukkit.view.ViewAction.OpenAsync
- All Implemented Interfaces:
ViewAction
- Enclosing interface:
- ViewAction
Open the given future of view as a new inventory.
This is equal to
ViewAction.Open 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
-
OpenAsync
public OpenAsync()
-