|
|
**Description:** Checks the stance of the target mob.
|
|
|
## Description
|
|
|
Checks the stance of the target mob.
|
|
|
|
|
|
---
|
|
|
|
|
|
**Attributes:**
|
|
|
## Attributes
|
|
|
|
|
|
| Attribute | Aliases | Description |
|
|
|
| --------- | ------------- | ------------------------- |
|
|
|
| stance| s | The stance to match. |
|
|
|
| strict| str | Whether to match exactly. Defaults to false. |
|
|
|
| Attribute | Aliases | Description | Default |
|
|
|
|-----------|-----------|----------------------------------------------------------------------|---------|
|
|
|
| stance | s | The stance to match | DEFAULT |
|
|
|
| strict | str | Whether to match exactly | false |
|
|
|
|
|
|
---
|
|
|
|
|
|
**Examples:**
|
|
|
|
|
|
```
|
|
|
Conditions:
|
|
|
- stance{s=CombatStance;str=true} true
|
|
|
```
|
|
|
|
|
|
---
|
|
|
|
|
|
**Extra Information:**
|
|
|
|
|
|
- [x] Type: Entity |
|
|
\ No newline at end of file |
|
|
## Examples
|
|
|
```yaml
|
|
|
Conditions:
|
|
|
- stance{s=CombatStance;str=true} true
|
|
|
``` |
|
|
\ No newline at end of file |