@Override
public void onAttached() {
super.onAttached();
this.railTracker.onAttached();
this.soundLoop = new SoundLoop<MinecartMember<?>>(this);
this.lastChunks = new ChunkArea(entity.loc.x.chunk(), entity.loc.z.chunk());
this.currentChunks = new ChunkArea(lastChunks);
this.updateDirection();
}