| Name | item_in_offhand | 
| Object | EntityTag | 
| Input | ItemTag | 
| Related Tags | <EntityTag.item_in_offhand>Returns the item the entity is holding in their off hand, or air if none. | 
| Description | Sets the item in the entity's offhand. The entity must be living. | 
| Generated Example |  | 
| Source | https://github.com/DenizenScript/Denizen/blob/dev/plugin/src/main/java/com/denizenscript/denizen/objects/properties/entity/EntityItemInOffHand.java#L90 |