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

Method moveEntity

src/main/java/net/minecraft/entity/Entity.java:604–606  ·  view source on GitHub ↗
(double x, double y, double z)

Source from the content-addressed store, hash-verified

602 }
603
604 public void moveEntity(double x, double y, double z) {
605 moveEntity(x, y, z, false);
606 }
607 /**
608 * Tries to moves the entity by the passed in displacement. Args: x, y, z
609 */

Callers 15

setSizeMethod · 0.95
processPlayerMethod · 0.45
launchWithSlimeBlockMethod · 0.45
moveEntityWithHeadingMethod · 0.45
moveEntityWithHeadingMethod · 0.45
onUpdateMethod · 0.45
onUpdateMethod · 0.45
onUpdateMethod · 0.45
onUpdateMethod · 0.45
onUpdateMethod · 0.45
moveDerailedMinecartMethod · 0.45
func_180460_aMethod · 0.45

Calls 15

setEntityBoundingBoxMethod · 0.95
getEntityBoundingBoxMethod · 0.95
resetPositionToBBMethod · 0.95
isSneakingMethod · 0.95
addCoordMethod · 0.95
offsetMethod · 0.95
floor_doubleMethod · 0.95
getMaterialMethod · 0.95
downMethod · 0.95
updateFallStateMethod · 0.95
onLandedMethod · 0.95
canTriggerWalkingMethod · 0.95

Tested by

no test coverage detected