Sets the sneaking flag.
(boolean sneaking)
| 2210 | * Sets the sneaking flag. |
| 2211 | */ |
| 2212 | public void setSneaking(boolean sneaking) |
| 2213 | { |
| 2214 | this.setFlag(1, sneaking); |
| 2215 | } |
| 2216 | |
| 2217 | /** |
| 2218 | * Get if the Entity is sprinting. |
no test coverage detected