Class PersonalChest.SyncContent

java.lang.Object
games.stendhal.server.entity.mapstuff.chest.PersonalChest.SyncContent
All Implemented Interfaces:
TurnListener
Enclosing class:
PersonalChest

protected class PersonalChest.SyncContent extends Object implements TurnListener
A listener for syncing the slot contents.
  • Constructor Details

    • SyncContent

      protected SyncContent()
  • Method Details

    • onTurnReached

      public void onTurnReached(int currentTurn)
      This method is called when the turn number is reached.
      Specified by:
      onTurnReached in interface TurnListener
      Parameters:
      currentTurn - The current turn number.