public interface ItemSetListener
extends java.util.EventListener
ItemSet
related events.Modifier and Type | Method and Description |
---|---|
void |
openContainerChanged(int tag)
The currently opened container has changed.
|
void |
playerChanged(@Nullable CfItem player)
The player
CfItem has changed. |
void playerChanged(@Nullable @Nullable CfItem player)
CfItem
has changed.player
- the new player item or null
void openContainerChanged(int tag)
tag
- the opened container's tag or 0