JavaScript is disabled on your browser.
Skip navigation links
Module
Class
Tree
Index
Search
Help
fr.fidorial
fr.fidorial.storage.player
PlayerInventoryStorage
Contents
Description
Method Summary
Method Details
load(UUID)
save(UUID, PlayerInventory)
Hide sidebar
Show sidebar
Interface PlayerInventoryStorage
public interface
PlayerInventoryStorage
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
PlayerInventory
load
(
UUID
uuid)
void
save
(
UUID
uuid,
PlayerInventory
inventory)
Method Details
load
PlayerInventory
load
(
UUID
uuid)
throws
IOException
Throws:
IOException
save
void
save
(
UUID
uuid,
PlayerInventory
inventory)
throws
IOException
Throws:
IOException