public static bool HasWalkDust(int type) { ModTile modTile = GetTile(type); if (modTile != null) { return(modTile.HasWalkDust()); } return(false); }