Class GroundItemPile
- java.lang.Object
-
- net.eternalclient.api.wrappers.interactives.GroundItemPile
-
public class GroundItemPile extends java.lang.Object
Represents 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 boolean
equals(java.lang.Object o)
java.util.List<GroundItem>
getGroundItems()
Positionable
getTile()
void
setGroundItems(java.util.List<GroundItem> groundItems)
-
-
-
Constructor Detail
-
GroundItemPile
public GroundItemPile(Positionable tile)
-
-
Method Detail
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in classjava.lang.Object
-
getTile
public Positionable getTile()
-
getGroundItems
public java.util.List<GroundItem> getGroundItems()
-
setGroundItems
public void setGroundItems(java.util.List<GroundItem> groundItems)
-
-