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

Method onUpdate

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

Called to update the entity's position/logic.

()

Source from the content-addressed store, hash-verified

410 * Called to update the entity's position/logic.
411 */
412 public void onUpdate()
413 {
414 this.onEntityUpdate();
415 }
416
417 /**
418 * Gets called every tick from main Entity class

Callers 2

updateEntitiesMethod · 0.95
updateRiddenMethod · 0.95

Calls 1

onEntityUpdateMethod · 0.95

Tested by

no test coverage detected