Skip to content

helix / EquipmentSpec

Interface: EquipmentSpec

Defined in: core/values/predicate.ts:36

Equipment slots an EntityPredicate.equipment can match, each an ItemValue.

Properties

body?

optional body?: ItemValue

Defined in: core/values/predicate.ts:43


chest?

optional chest?: ItemValue

Defined in: core/values/predicate.ts:40


feet?

optional feet?: ItemValue

Defined in: core/values/predicate.ts:42


optional head?: ItemValue

Defined in: core/values/predicate.ts:39


legs?

optional legs?: ItemValue

Defined in: core/values/predicate.ts:41


mainhand?

optional mainhand?: ItemValue

Defined in: core/values/predicate.ts:37


offhand?

optional offhand?: ItemValue

Defined in: core/values/predicate.ts:38

Released under the MIT License · Credits