selectEntity

abstract fun selectEntity(entity: Entity, onComplete: Consumer<Boolean>)

Call this function to select an entity. This will store the selected entity.

Parameters

entity

is a Entity. It is entities on the map.

onComplete

callback for whether or not selection was successful