Class GroundSlot

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

public class GroundSlot extends EntitySlot
a pseudo slot which represents a location on the ground
Author:
hendrik
  • Constructor Details

    • GroundSlot

      public GroundSlot(StendhalRPZone zone, int x, int y)
      creates a new GroundSlot
      Parameters:
      zone - zone
      x - x-coordinate
      y - y-coordinate
    • GroundSlot

      public GroundSlot(StendhalRPZone zone, Entity item)
      creates a new GroundSlot with an item.
      Parameters:
      zone - zone
      item - item on the ground
  • Method Details