Skip to content
This repository was archived by the owner on Feb 19, 2019. It is now read-only.

Commit a200fa5

Browse files
committed
Remove unused shadow members from MixinEntity
1 parent 3c6cb38 commit a200fa5

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

src/main/java/clientapi/load/mixin/MixinEntity.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,8 @@ public abstract class MixinEntity implements IEntity {
5252
@Shadow public float rotationPitch;
5353
@Shadow public float prevRotationYaw;
5454
@Shadow public float prevRotationPitch;
55-
@Shadow public boolean onGround;
5655

5756
@Shadow public void move(MoverType type, double x, double y, double z) {}
58-
@Shadow public abstract boolean isSprinting();
59-
@Shadow public abstract boolean isRiding();
6057
@Shadow public abstract float getEyeHeight();
6158

6259
private Vec3 pos, prevPos, lastTickPos, headPos, motion;

0 commit comments

Comments
 (0)