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 2484 tags...
Name<WorldTag.entities[(<matcher>)]>
ReturnsListTag(EntityTag)
DescriptionReturns a list of entities in this world.
Optionally specify an entity type matcher to filter down to.
Generated Example
- foreach <player.location.world.entities> as:entry:
    - narrate "found <[entry]>"
Sourcehttps://github.com/DenizenScript/Denizen/blob/dev/plugin/src/main/java/com/denizenscript/denizen/objects/WorldTag.java#L254