wearing_helmet

Passes when the entity is wearing the specified helmet.

Categories: inventory

Required arguments

Key(s)DescriptionType
items \| itemThe item(s) to check for.ITEM_LIST

Example

conditions:
  - id: wearing_helmet
    args:
      items: 
        - <value>

Developer info

Overview

FieldValue
Categoryconditions
Base classItemCondition
ClassConditionWearingHelmet
Source/core/common/src/main/kotlin/com/willfp/libreforge/conditions/impl/ConditionWearingHelmet.kt
Registeredyes