Uses of Interface
com.janboerman.invsee.spigot.api.response.SaveResponse
Package
Description
-
Uses of SaveResponse in com.janboerman.invsee.spigot.api
Modifier and TypeMethodDescriptionInvseeAPI.saveEnderChest
(EnderSpectatorInventory enderChest) Save the target player's ender chest contents to his/her player data file.InvseeAPI.saveInventory
(MainSpectatorInventory inventory) Save the target player's inventory contents to his/her player data file. -
Uses of SaveResponse in com.janboerman.invsee.spigot.api.response
Modifier and TypeMethodDescriptionstatic SaveResponse
SaveResponse.notSaved
(SpectatorInventory<?> inventory) internal apistatic SaveResponse
SaveResponse.saved
(SpectatorInventory<?> inventory) internal api -
Uses of SaveResponse in com.janboerman.invsee.spigot.internal
Modifier and TypeMethodDescriptionInvseePlatform.saveEnderChest
(EnderSpectatorInventory enderChest) InvseePlatform.saveInventory
(MainSpectatorInventory inventory)