wearing_chestplate

Passes when the entity is wearing the specified chestplate.

Categories: inventory

Required arguments

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

Example

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

Developer info

Overview

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