Name | item_in_hand |
Object | EntityTag |
Input | ItemTag |
Related Tags | <EntityTag.item_in_hand> Returns the item the entity is holding, or air if none.
|
Description | Sets the item in the entity's hand.
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/EntityItemInHand.java#L90 |