Interface ItemSetListener
- All Superinterfaces:
EventListener
Interface for listeners in
ItemSet related events.-
Method Summary
Modifier and TypeMethodDescriptionvoidopenContainerChanged(int tag) The currently opened container has changed.voidplayerChanged(@Nullable CfItem player) The playerCfItemhas changed.
-
Method Details
-
playerChanged
The playerCfItemhas changed.- Parameters:
player- the new player item ornull
-
openContainerChanged
void openContainerChanged(int tag) The currently opened container has changed.- Parameters:
tag- the opened container's tag or0
-