Interface ItemSetListener

All Superinterfaces:
EventListener

public interface ItemSetListener extends EventListener
Interface for listeners in ItemSet related events.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    The currently opened container has changed.
    void
    playerChanged(@Nullable CfItem player)
    The player CfItem has changed.
  • Method Details

    • playerChanged

      void playerChanged(@Nullable @Nullable CfItem player)
      The player CfItem has changed.
      Parameters:
      player - the new player item or null
    • openContainerChanged

      void openContainerChanged(int tag)
      The currently opened container has changed.
      Parameters:
      tag - the opened container's tag or 0