wearing_leggings

Passes when the entity is wearing the specified leggings.

Categories: inventory

Required arguments

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

Example

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

Developer info

Overview

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