Class ChestSlot

All Implemented Interfaces:
Slot, Cloneable, Iterable<RPObject>, Serializable
Direct Known Subclasses:
PersonalChestSlot, PublicChestSlot

public class ChestSlot extends LootableSlot
A slot of a chest which is only accessible, if the chest is open.
Author:
hendrik
  • Constructor Details

    • ChestSlot

      public ChestSlot(Chest owner)
      Creates a ChestSlot
      Parameters:
      owner - Chest owning this slot
  • Method Details