mirror of
https://github.com/Samsuik/Sakura.git
synced 2025-12-28 11:19:08 +00:00
Remove stuck speed multiplier getter
This commit is contained in:
@@ -14,7 +14,7 @@ public record EntityState(Vec3 position, Vec3 momentum, AABB bb, Vec3 stuckSpeed
|
||||
public static EntityState of(Entity entity) {
|
||||
return new EntityState(
|
||||
entity.position(), entity.getDeltaMovement(), entity.getBoundingBox(),
|
||||
entity.stuckSpeedMultiplier(), entity.mainSupportingBlockPos,
|
||||
entity.stuckSpeedMultiplier, entity.mainSupportingBlockPos,
|
||||
entity.onGround(), entity.fallDistance
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user