public static bool Owns(Vec3 position) { if (position.FloorInt3 == ID.XYZ) { return(true); } return(MySpace.Contains(position)); }