public static bool IsReplaceable(BlockState state) { return(state.IsAir() || state.IsLeaves() || state.IsWood()); }