Class GroundItemPile
- java.lang.Object
-
- net.eternalclient.api.wrappers.interactives.GroundItemPile
-
public class GroundItemPile extends java.lang.ObjectRepresents a pile of ground items on a specific tile.
-
-
Constructor Summary
Constructors Constructor Description GroundItemPile(Positionable tile)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)java.util.List<GroundItem>getGroundItems()PositionablegetTile()voidsetGroundItems(java.util.List<GroundItem> groundItems)
-
-
-
Constructor Detail
-
GroundItemPile
public GroundItemPile(Positionable tile)
-
-
Method Detail
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
getTile
public Positionable getTile()
-
getGroundItems
public java.util.List<GroundItem> getGroundItems()
-
setGroundItems
public void setGroundItems(java.util.List<GroundItem> groundItems)
-
-