MCPcopy Create free account
hub / github.com/cabaletta/baritone / pig

Method pig

src/main/java/baritone/behavior/LookBehavior.java:154–159  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

152 }
153
154 public void pig() {
155 if (this.target != null) {
156 final Rotation actual = this.processor.peekRotation(this.target.rotation);
157 ctx.player().setYRot(actual.getYaw());
158 }
159 }
160
161 public Optional<Rotation> getEffectiveRotation() {
162 if (Baritone.settings().freeLook.value) {

Callers 1

updateRiddenMethod · 0.80

Calls 3

getYawMethod · 0.95
peekRotationMethod · 0.65
playerMethod · 0.65

Tested by

no test coverage detected