| Name | <ListTag.contains[<element>|...]> |
| Returns | ElementTag(Boolean) |
| Description | Returns whether the list contains all of the given elements.
See also ListTag.contains_single for safer single-value checks. |
| Source | https://github.com/DenizenScript/Denizen-Core/blob/master/src/main/java/com/denizenscript/denizencore/objects/core/ListTag.java#L2655 |