public static void ClearPlantBlocking(this ITerrain terrain, Position position) { terrain.ClearPlantBlocking(position.intX, position.intY); }