Set sprinting switch for Entity.
(boolean sprinting)
| 2226 | * Set sprinting switch for Entity. |
| 2227 | */ |
| 2228 | public void setSprinting(boolean sprinting) |
| 2229 | { |
| 2230 | this.setFlag(3, sprinting); |
| 2231 | } |
| 2232 | |
| 2233 | public boolean isInvisible() |
| 2234 | { |
no test coverage detected