Package io.typst.bukkit.view
Interface ViewAction
- All Known Implementing Classes:
ViewAction.Close,ViewAction.Nothing,ViewAction.Open,ViewAction.OpenAsync,ViewAction.Reopen,ViewAction.Update,ViewAction.UpdateAsync
public interface ViewAction
The view actions will be handled by onClick, onClose in
ViewControl-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic classClose the inventory player seeing.static classAction nothing.static classOpen the given view as a new inventory.static classOpen the given future of view as a new inventory.static classOpen the current view as a new inventory.static classUpdate the current inventory of player to the given contents.static classUpdate the current inventory of player to the given contents of future. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ViewAction.Closestatic final ViewAction.Nothingstatic final ViewAction.Reopen
-
Field Details
-
NOTHING
-
CLOSE
-
REOPEN
-