Package io.typst.bukkit.view
Class ViewAction.Update
java.lang.Object
io.typst.bukkit.view.ViewAction.Update
- All Implemented Interfaces:
ViewAction
- Enclosing interface:
- ViewAction
Update the current inventory of player to the given contents.
This won't cause InventoryCloseEvent and InventoryOpenEvent.
The inputted items by player will be overridden.
-
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
-
Update
public Update()
-