Package io.typst.bukkit.view
Class ViewAction.Close
java.lang.Object
io.typst.bukkit.view.ViewAction.Close
- All Implemented Interfaces:
ViewAction
- Enclosing interface:
- ViewAction
Close the inventory player seeing.
This will cause InventoryCloseEvent.
The inputted items by player will be returned back.
-
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
-
Close
public Close(boolean giveBackItems)
-