Targetable

interface Targetable

Functions

contains
Link copied to clipboard
abstract operator fun contains(point: Point?): Boolean

Whether or not the entity contains the point.

nextPoint
Link copied to clipboard
abstract fun nextPoint(): Point

The next game screen point of the entity.

Inheritors

Interactable
Link copied to clipboard