Class PlayerSlot

All Implemented Interfaces:
Slot, Cloneable, Iterable<RPObject>, Serializable
Direct Known Subclasses:
BankSlot, PlayerKeyringSlot, PlayerMoneyPouchSlot, PlayerPortfolioSlot, PlayerTradeSlot

public class PlayerSlot extends EntitySlot
Slots of players which contain items.
Author:
hendrik
  • Constructor Details

    • PlayerSlot

      public PlayerSlot(String name)
      Creates a new PlayerSlot.
      Parameters:
      name - name of slot
  • Method Details