public Shape GetShape(int x, int y, int z) { Shape s; ShapeCollection.TryGetShape(GetShapeIDUnsafe(x, y, z), out s); return(s); }