-
public interface TreeInventory
-
-
Method Summary
Modifier and Type Method Description abstract Booleancontains(TreeInventoryType type)abstract <T extends Any> Tget(TreeInventoryType type)abstract <T extends Any> Unitsave(TreeInventoryType type, T data)abstract Unitremove(TreeInventoryType type)-
-
Method Detail
-
contains
abstract Boolean contains(TreeInventoryType type)
-
get
abstract <T extends Any> T get(TreeInventoryType type)
-
save
abstract <T extends Any> Unit save(TreeInventoryType type, T data)
-
remove
abstract Unit remove(TreeInventoryType type)
-
-
-
-