Class PublicChestSlot

All Implemented Interfaces:
Slot, Cloneable, Iterable<RPObject>, Serializable

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

    • PublicChestSlot

      public PublicChestSlot(Chest owner)
      creates a new PublicChestSlot
      Parameters:
      owner - the chest owning this slot
  • Method Details

    • isTargetBoundCheckRequired

      public boolean isTargetBoundCheckRequired()
      Description copied from interface: Slot
      does this slot require that the bounding of items is check on adding items
      Specified by:
      isTargetBoundCheckRequired in interface Slot
      Overrides:
      isTargetBoundCheckRequired in class EntitySlot
      Returns:
      true, if bound items have to be checked, false otherwise