updated layout and informations authored by Lxlp's avatar Lxlp
**Description:** Checks if the pitch of the target entity is within a range ## Description
Checks if the pitch of the target entity is within a range
**Type:** Entity
--- ## Attributes
**Attributes:** | Attribute | Aliases | Description | Default |
|-----------|-----------|----------------------------------------------------------------------|---------|
| pitch | p | The number range to match | |
| Attribute | Alias | Description |
| --------- | ----- | ------------------------- |
| pitch | p | The number range to match |
---
**Examples:**
```
Conditions:
- pitch{p=-45to45} true
```
## Examples
```yaml
Conditions:
- pitch{p=-45to45} true
``` ```
Conditions:
- pitch{p=>45} true
```
---
**Extra Information:**
- [x] Type: Entity ```yaml
\ No newline at end of file Conditions:
- pitch{p=>45} true
```
\ No newline at end of file