EntityTargetingInfo

data class EntityTargetingInfo(val classification: EntityTargetClassification, val isFriend: Boolean)

Global target configurable

Modules can have their own enemy configurable if required. If not, they should use this as default. Global enemy configurable can be used to configure which entities should be considered as a target.

This can be adjusted by the .target command and the panel inside the ClickGUI.

Constructors

Link copied to clipboard
constructor(classification: EntityTargetClassification, isFriend: Boolean)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard