public void SetTopHeightFast(int x, int z, int topHeight) { SetShaftValueFast(x, z, Terrain.ReplaceTopHeight(GetShaftValueFast(x, z), topHeight)); }