Interface CollectableEntity
-
- All Superinterfaces:
Entity
public interface CollectableEntity extends Entity
An entity, which can be collected byEntityCollector
.- Author:
- Tim Neumann
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default boolean
isCurrentlyCollectable()
Get whether this entity is really collectable at the moment.-
Methods inherited from interface de.unistuttgart.informatik.fius.icge.simulation.entity.Entity
getDrawInformation, getPosition, initOnPlayfield
-
-