MCPcopy Create free account
hub / github.com/DGVPSH/SlackOpen / setSprinting

Method setSprinting

src/main/java/net/minecraft/entity/Entity.java:2228–2231  ·  view source on GitHub ↗

Set sprinting switch for Entity.

(boolean sprinting)

Source from the content-addressed store, hash-verified

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 {

Callers 9

processEntityActionMethod · 0.45
updateAITasksMethod · 0.45
onUpdateMethod · 0.45
onUpdateMethod · 0.45
onMoveMethod · 0.45
onPacketMethod · 0.45
setSprintMethod · 0.45
onUpdateMethod · 0.45

Calls 1

setFlagMethod · 0.95

Tested by

no test coverage detected