Name | potion |
Object | EntityTag |
Input | ItemTag |
Related Tags | <EntityTag.potion> If the entity is a Tipped Arrow, returns an ItemTag of a potion with the base potion data of the arrow. (...)
|
Description | Input must be a potion item!
If the entity is a Tipped Arrow, sets the arrow's base potion data based on the item input. If the entity is a splash Potion, sets the splash potion's full potion data from the item input. |
Generated Example |
|
Source | https://github.com/DenizenScript/Denizen/blob/dev/plugin/src/main/java/com/denizenscript/denizen/objects/properties/entity/EntityPotion.java#L113 |