public override int GetHashCode()
 {
     return(VoxelMap.GetHashCode() * 1610612741 + Pos.GetHashCode());
 }