public class InvisibleStorage extends Object implements SubscribeableStorage
| Constructor and Description |
|---|
InvisibleStorage() |
| Modifier and Type | Method and Description |
|---|---|
void |
addChild(ItemStorage child) |
void |
added(ItemDescriptor descriptor) |
void |
clear() |
void |
removeChild(ItemStorage child) |
void |
removed(ItemDescriptor descriptor) |
public void added(ItemDescriptor descriptor)
added in interface ItemStoragepublic void removed(ItemDescriptor descriptor)
removed in interface ItemStoragepublic void addChild(ItemStorage child)
addChild in interface SubscribeableStoragepublic void removeChild(ItemStorage child)
removeChild in interface SubscribeableStoragepublic void clear()
clear in interface SubscribeableStorage