Uses of Interface
com.janboerman.invsee.spigot.api.response.SaveResponse
Packages that use SaveResponse
Package
Description
-
Uses of SaveResponse in com.janboerman.invsee.spigot.api
Methods in com.janboerman.invsee.spigot.api that return types with arguments of type SaveResponseModifier 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
Methods in com.janboerman.invsee.spigot.api.response that return SaveResponseModifier and TypeMethodDescriptionstatic SaveResponseSaveResponse.notSaved(SpectatorInventory<?> inventory) internal apistatic SaveResponseSaveResponse.saved(SpectatorInventory<?> inventory) internal api -
Uses of SaveResponse in com.janboerman.invsee.spigot.internal
Methods in com.janboerman.invsee.spigot.internal that return types with arguments of type SaveResponseModifier and TypeMethodDescriptionInvseePlatform.saveEnderChest(EnderSpectatorInventory enderChest) InvseePlatform.saveInventory(MainSpectatorInventory inventory)