Denizen Script Tags


Tags are always written with a <between these marks>, and are critical to scripts, as the primary way to read data.
Learn about how tags work in The Beginner's Guide.


Showing 1 out of 2491 tags...
Name<EntityTag.potion_type>
ReturnsElementTag
MechanismEntityTag.potion_type
Description(Property) Returns an Arrow or Area Effect Cloud's base potion type, if any.
See 🔗https://minecraft.wiki/w/Potion#Item_data for a list of potion types.
See Property:EntityTag.potion_effects to control the potion effects applied.
Generated Example
- narrate <player.potion_type>
GroupProperties
Sourcehttps://github.com/DenizenScript/Denizen/blob/dev/plugin/src/main/java/com/denizenscript/denizen/objects/properties/entity/EntityPotionType.java#L13